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.
deend -This could be changed from the text keys in the studio, you need to find the key for this and change the values there.
In studio, go to Text Editor > Advanced > click on Show text keys this will change all the dynamic text on your community to keys. Copy the key for this and update.
One key I found for this is
taplet.forumsTaplets.recentThreadsTaplet.title = Recent Topics
change this to
taplet.forumsTaplets.recentThreadsTaplet.title = <strong>Recent</strong> Topics
Make sure you have proper font-weight defined in CSS, if strong tag has a lighter weight, your changes may not appear visually.
More about keys here