Notifications
Clear all

Style [Closed] CSS Color Issue

5 Posts
4 Users
1 Likes
1,084 Views
NSH
Posts: 96
 NSH
Topic starter
(@studio500)
Estimable Member
Joined: 7 years ago

Hi Team, I've implemented quite a lot of custom CSS to change my site appearance, much of it was done a good while ago.

However I'm running into problems trying to find and change an obvious color style edit I made in the past to the username text color in the posts and recent posts and recent topics widget.

I've searched my current edits in the wpforo custom css file but for the life of me, I can't track this code down to change it as currently the color is bright yellow (ffff00) and thus, very difficult to read.

Can anyone assist please as to where I might find and re-edit this CSS code?

My domain can be found at https://nonstandardhouse.com/

Many thanks

 
Topic Tags
4 Replies
Tutrix
Posts: 1212
(@tutrix)
Noble Member
Joined: 4 years ago

@studio500

Dashboard > Forums > Usergroups > Usergroup Name > Usergroup Color

Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @studio500,

Insert the below CSS code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code Field.

.wpforo-last-topic-info.wpfcl-2 a {
  color: # !important;
}
Posts: 2
(@postbrexit)
New Member
Joined: 2 years ago

Hello, I Have the same problem

https://postbrexit.blog/community/

 

How I can solve it?

 

Thank you very much

1 Reply
(@postbrexit)
Joined: 2 years ago

New Member
Posts: 2

I solved following @Chris suggestion. Thanks