Notifications
Clear all

changing font and icon colors only on PM plugin

2 Posts
2 Users
0 Likes
894 Views
Posts: 2
Customer
Topic starter
(@raymond-hague)
Member
Joined: 5 years ago

Hello

I recently purchased a few plugins for wpforo and it looks like the PM addon doesn't have its own styling like wpforo has and it shares some of its css from what I can tell. I would like to change only the text color and icon colors and not change anything else on the site. What would I need to change in the colors.css to have those colors be #e0e0e0? See attached image, for the areas that I am trying to change. thanks.

pm styling issue
1 Reply
Astghik
Posts: 5874
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @raymond-hague,

You should use the CSS code below. The code should be added in the Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea:

.wpfpm-msg p, .wpfpm-main i, .wpfpm-cfi-top{
color: #e0e0e0 !important;
}

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.     

Reply
Share:
Scroll to top