Notifications
Clear all

Style [Solved] How to distinguish favored tabs in CLASSIC layout

3 Posts
2 Users
1 Reactions
443 Views
JorgeW
Posts: 105
Topic starter
(@jorgew)
Estimable Member
Joined: 6 years ago

Hi,

Does anyone know a CSS code to distinguish between Bookmark - Likes - Dislikes tabs in Favored posts option in 'CLASSIC' layout? If the tab is empty, you can't tell which one is selected.

Just the same way as they are distinguished in '2022' layout: the chosen tab turns 'light-gray' in the background.

 

Thanks

 

 

2 Replies
Posts: 993
Moderator
(@martin)
Support Team
Joined: 8 years ago

Hi @jorgew,

You can use this CSS code. Put it in wpForo > Settings > Colors & Styles > Custom CSS Code textarea:

#wpforo #wpforo-wrap.wpft-favored .wpf-activity-panel .wpf-activity-panel-right span.wpf-active {
  background: #eee;
}
JorgeW
Posts: 105
Topic starter
(@jorgew)
Estimable Member
Joined: 6 years ago

Super @martin, works just as needed. THANK YOU !!