deend
10 years agoMentor
Font changes
Hi, i want to change the font like "Recent" Comes in bold and the "Topics" come in the thin font but rite now it comes on the same font, so how can i change this stuff.
Hi deend,
Using nth Everything (https://css-tricks.com/a-call-for-nth-everything/) we can achieve these kind of requirements.
After adding the nt-Everything JS file to your header,
in your Custom skin CSS file add
#lia-body .lia-content .lia-component-forums-widget-recent-messages .lia-panel-heading-bar-title::first-word{
font-weight:bold;
}
Hope this helps!
Regards,
Phani