Dec 07, 2023 7:06 pm
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
Dec 10, 2023 6:11 am
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; }