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.
We have six forum topics that previously displayed in the color we wanted. Now since the update, they are all a blue color we do not want. In the color options I don't see any that refer to forum topic text color. So how do we change it back to our desired color?
It's simple. We want the Forum Topics (example: NINERS TALK) and all the other text lettering that shows in blue now to be our default red color which is #AA0000 and we want the outer color that is now a whiteish pink to be the same tan as the inner color #E0E0D6 so they don't look like separate blocks. Thanks for your help. (See attachment)
Hi @starman71
try
.wpforo-forum-info .wpforo-forum-title a { color: #A00 !important; } #wpforo #wpforo-wrap .wpforo-cat-panel { background-color: #E0E0D6; } #wpforo #wpforo-wrap .wpfl-1 .forum-wrap { border-bottom: none !important; }
That fixed the font color of the Forum topics, thanks. Didn't fix the background color.