Notifications
Clear all

wpForo 1.x.x [Closed] Social Networks in account profile does not shown in bold please help

2 Posts
2 Users
0 Reactions
1,432 Views
Posts: 10
Topic starter
(@ahmed)
Eminent Member
Joined: 6 years ago

Social Networks heading in account profile setting does not shown in bold please see my attached screenshot.

1 Reply
Sofy
Posts: 5002
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

HiΒ ahmed,

Use the following CSS code, put it in Dashboard > Forums > Settings >Β Styles > "Custom CSS Code" textarea, save it, delete all caches, do CTRL+F5 on the frontend.Β 

.wpf-field.wpf-field-type-html.wpf-field-name-html_soc_net > div.wpf-label {
font-weight: bold !important;
}