How to change the color of course header text and dashboard blocks

Home Forums Legacy Support Support queries Setup issues How to change the color of course header text and dashboard blocks

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #176375
    protector47
    Spectator
    I have four issues. 1) How to change the color of Course header text please refer: https://prnt.sc/kup515 2) How to change the color of dashboard blocks please refer: http://prntscr.com/kup5au 3) How can I change the margin of course header cover refer: https://prnt.sc/kup7j9 4) I need to print instructor name on the course rather than instructor username refer: https://prnt.sc/kup66a
    #176466
    Mark Morgan
    Spectator
    1)  Please add this css code in your custom css to change the color of text. Go to wp-admin -> Appearance -> Customize-> Custom css. .course #item-header ul.breadcrumbs li.current a{color:#000 !important;} 2) Add this css code in your custom css to change the background color of dashboard blocks. .wplms-dashboard .dash-widget.courses{ background: #23687d; } .wplms-dashboard .dash-widget.course_ratio{ background: #23687d; } .wplms-dashboard .dash-widget.quizes{ background: #23687d; } .wplms-dashboard .dash-widget.units{ background: #23687d; } .wplms-dashboard .dash-widget.assignments{ background: #23687d; } 3) Share your admin credentials with us in a private reply. 4)To resolve this you can disable the setting to skip the activation email so that the activation email is sent and the user activates the account then the name will be synced. Or you can simply edit your profile from front end and save the changes, this will also sync the name with the wordpress first name and last name fields.
    #176486
    protector47
    Spectator
    This reply has been marked as private.
    #176695
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #177163
    protector47
    Spectator
    Website is up now, I have updated the blocks color but not able to change the color of first block, please share css code Refer: http://prntscr.com/kx1dhs
    #177340
    Anshuman Sahu
    Keymaster
      try this one : .dash-widget.woo_commission{ background:#fff; padding:36px 0; }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change the color of course header text and dashboard blocks’ is closed to new replies.