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.

 

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

3 Posts
2 Users
0 Reactions
1,059 Views
Posts: 13
Customer
Topic starter
(@tom-golden)
Member
Joined: 5 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: 6450
Admin
(@astgh)
Illustrious Member
Joined: 8 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: 5 years ago

Thank you!

Share:
Scroll to top