how to change the font color of breadcrumb and paragraph

Home Forums Legacy Support 4.0 Bugs & Issues how to change the font color of breadcrumb and paragraph

Viewing 15 posts - 1 through 15 (of 36 total)
  • Author
    Posts
  • #301221
    mddevs
    Spectator
    check screenshot https://prnt.sc/ucfsub
    #301255
    Diana
    Participant
    It will be great if you can share your site URL so we can add site-specific custom css
    #301387
    mddevs
    Spectator
    This reply has been marked as private.
    #301594
    Diana
    Participant
    This reply has been marked as private.
    #302220
    mddevs
    Spectator
    This reply has been marked as private.
    #302516
    mddevs
    Spectator
    This reply has been marked as private.
    #304531
    mddevs
    Spectator
    please reply
    #304844
    Jackson
    Blocked
    Hello, To change breadcrumb color on course page : Goto appearance>>customize>>custom css and use code given below: .single-product ul.breadcrumbs a,.single-product ul.breadcrumbs {color:yellow !important;} .single-product .breadcrumbs li+li:before { content: "/"; color: yellow; font-size: 10px; margin-right: 7px; } Refer: https://prnt.sc/uff4bh 2- This is looking well for mobile device: https://prnt.sc/uff6ip Thanks,
    #305097
    mddevs
    Spectator
    This reply has been marked as private.
    #309787
    mddevs
    Spectator
    how to set the unit lock, the student should not move from 1 unit to another unit without completing the unit, so the student cannot move to the next video/unit till he/she completes the first video. and how to maintain the sequence?
    #309807
    mddevs
    Spectator
    This reply has been marked as private.
    #309850
    Jackson
    Blocked
    Hello, 1- For this use code given below: .single-course div#item-header-content .course_excerpt p{
    color:yellow !important;
    
    } .single-course div#item-meta strong:nth-child(2) {
     color:yellow !important;
    
    } .single-course div#item-meta .students {
     color:yellow !important;
    
    } RefeR: https://prnt.sc/ufzv25 2- You can see from here ,, i have no issue on mobile device: https://prnt.sc/ufzvuj For lock/unlock unit , follow this tip: https://wplms.io/support/knowledge-base/unlock_manually/ Thanks,
    #311236
    mddevs
    Spectator
    This reply has been marked as private.
    #311427
    Diana
    Participant
    Point 2: .home-page .wplms_registration_form input[type="email"],.home-page .wplms_registration_form input[type="text"], .textwidget [type="text"]{ color:#000000 !important; }
    #311595
    mddevs
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 36 total)
  • The topic ‘how to change the font color of breadcrumb and paragraph’ is closed to new replies.