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 Likes
1,293 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: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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;
}