Notifications
Clear all

wpForo 1.x.x [Solved] H3 Headings not cross over

5 Posts
2 Users
1 Reactions
563 Views
Posts: 1207
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

Hi, Just need to know how to fix this problem

When I cross blog posts over, H3 headings displays as normal text in the forum.

Just need to make H3 heading work properly on the forum 🙂 Any help would be appreciated 

4 Replies
Sofy
Posts: 4871
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @percysgrowroom,

Please leave some example URL. 

Posts: 1207
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

Here is one of the guides

You can see the front post version from there and you will see the difference in the headings

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4871

@percysgrowroom,

Try the following CSS code:

#wpforo #wpforo-wrap h3 {
font-size: 1.6em !important;
line-height: 1.4;
}

 

Posts: 1207
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

Much better thank you Sofy