Notifications
Clear all

wpForo 1.x.x [Closed] How to change the red color of the "Posted By"

11 Posts
3 Users
2 Likes
4,128 Views
Posts: 6
Topic starter
(@vinceg)
Active Member
Joined: 6 years ago

Hi People.  

I understand that the red color marks the fact that I am an administrator, and it is me who posted a particular post.  

However, this is not changeable in the color styles settings screen.

How do I change it?

10 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Please navigate to Dashboard > Forums > Usergroup admin page, edit the Admin usergroup and change the color:

Posts: 5
(@movietvforums)
Active Member
Joined: 6 years ago

This solution does not work for me.  Do you know why?

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @movietvforums,

What are you trying to do? Please explain.

Posts: 5
(@movietvforums)
Active Member
Joined: 6 years ago

I am trying to change the colors of the usergroups.  I changed them following your instructions above, but the text stays the default color.  I have tried this CSS:

/* Admin */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-1 {color: #000000 !important;}
/* Moderator */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-2 {color: #000000 !important;}
/* Registered */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-3 {color: #000000 !important;}
/* Guest */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-4 {color: #000000 !important;}
/* Customer */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-5 {color: #000000 !important;}

and this CSS:

element.style {color: #000000 !important;}

I cleared the cache and hit Ctrl F5 twice, but the text stays the default color.

I don't have a /wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php file to change the code as was suggested in another thread.  It doesn't seem like it's a permission issue anyway, because I am able to change the color of the chevron by using this CSS:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-footer i.topictoggle{color:#263D70!important;}

Any ideas?  Thanks for your help!

 

Page 1 / 2