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
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.
This reply has been marked as private.
This reply has been marked as private.
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
try this one :
.dash-widget.woo_commission{
background:#fff;
padding:36px 0;
}