Notifications
Clear all
May 01, 2020 12:25 am
How to color my Extended layout & Simplified layout icons, I tried many trick but the color seems to be unchangeable , the same Gray color , is always there . can you please help me with that .
thanks in advance .
5 Replies
May 01, 2020 9:46 am
Hi@tronictalk,
Please see the screenshot below. There is provided an example on how to change the color of the icon, you'll just need to use the CSS code like this one:
div#wpf-forum-7 .wpforo-forum-icon i {
color: #7d5050 !important;
}
Just change the forum ID and the value of the color property.
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab. Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.