Notifications
Clear all

[Solved] Add on works fine but text color too light

3 Posts
2 Users
0 Likes
687 Views
Posts: 13
Customer
Topic starter
(@tom-golden)
Member
Joined: 4 years ago

I have the private message add on installed and it is functioning just fine but when I am reading the text messages in my profile the text color is nearly the same color as the background.  I searched for the text color for private messages and came up with nothing.  Can you tell me how to adjust this?

Thanks!  Tom

2 Replies
Astghik
Posts: 5927
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @tom-golden,

Please use the CSS codes below: 

#wpforo #wpforo-wrap .wpfpm-msg-inner, #wpforo #wpforo-wrap .wpfpm-msg-inner p{
color:#040404 !important;
}
#wpforo #wpforo-wrap .wpfpm-msg-inner, #wpforo #wpforo-wrap .wpfpm-msg-inner p a {
color:#02024e !important;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

The red marked values can be changed as you like. 

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

Posts: 13
Customer
Topic starter
(@tom-golden)
Member
Joined: 4 years ago

Thank you!

Share:
Scroll to top