Notifications
Clear all

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

5 Posts
2 Users
1 Reactions
553 Views
Posts: 1187
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: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @percysgrowroom,

Please leave some example URL.ย 

Posts: 1187
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: 4772

@percysgrowroom,

Try the following CSS code:

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

 

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

Much better thank you Sofy