Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
1 Reactions
667 Views
JorgeW
Posts: 107
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: 990
Moderator
(@martin)
Support Team
Joined: 9 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: 107
Topic starter
(@jorgew)
Estimable Member
Joined: 6 years ago

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