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.

 

changing font and icon colors only on PM plugin

2 Posts
2 Users
0 Reactions
1,293 Views
Posts: 2
Customer
Topic starter
(@raymond-hague)
Member
Joined: 6 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: 6450
Admin
(@astgh)
Illustrious Member
Joined: 8 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