What should I do/code do I need to change the font on the left (visible after completion) to on the right (course homepage)?
screenshot
@MeesterGijs,
It is already posted on the course homepage
refer:
http://prntscr.com/ll349s
This is a course completion message which you can change by editing that course in the backend.
http://prntscr.com/ll367t
I use <font size="16" font-weight="400" font-family="Roboto" font-style="normal"> and finish with </font> but it either doesn't change or makes it really big.
Result here
Hi MeesterGijs
Can you please share the URL of that particular course, so I can check the font style changes.
This is the course;
what & which. But I've deleted that code. But you can use that course to test it yourself.
Hi
Please add the below custom Css code to
WP Admin – Appearance – customize - custom css - publish
.course_finish .accordion .accordion-inner p{
font-weight: 400 !important;
font-size: 16px !important;
}
.course_finish > p:nth-child(4){
font-weight: 400 !important;
font-size: 16px !important;
}
.course_finish > p:nth-child(5){
font-weight: 400 !important;
font-size: 16px !important;
}
Thanks Ava. This is working. Could you also tell me what code is needed to add
this last line/sentence?
Hey MeesterGijs
Please add the below custom Css code to
WP Admin – Appearance – customize - custom css - publish
.course_finish > p:nth-child(6){
font-weight: 400 !important;
font-size: 16px !important;
}
Hope this help you.
It definitely worked. Thanks
@meestergijs
Thanks for confirming. Closing the topic