How-to and Troubleshooting
5
Posts
2
Users
1
Reactions
2,567
Views
4 Replies
Sep 08, 2018 7:25 am
This is a css conflict o the old css cache is not properly deleted. please delete all caches, purge CDN and press Ctrl+F5 on forum front-end. if the issue is not solved, please leave your forum URL to allow us debug CSS conflicts.
Sep 08, 2018 8:03 am
You've hidden forum title div with some CSS manipulation, this div is also related to Unread Posts link so it's affected too. This is a result of your customization.
To fix the affection please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it, delete all caches and pres Ctrl+F5 on forum home page (front-end).
#wpforo #wpforo-wrap .wpforo-content{position: relative;}
#wpforo #wpforo-wrap #wpforo-title{position: absolute;top: -42px; right: 0px; color: #ffffff;}
Sep 08, 2018 3:49 pm
That did it, thank you!