Notifications
Clear all

Style [Closed] Can't change the color of the "new" notification on the forums

3 Posts
2 Users
1 Reactions
881 Views
Posts: 7
 AAR
Topic starter
(@aar)
Active Member
Joined: 3 years ago

I've changed everything else but I can't change this!

 

 

2 Replies
Tutrix
Posts: 1403
(@tutrix)
Noble Member
Joined: 4 years ago

@aar

add this example (black background orange font) to custom css

#wpforo #wpforo-wrap a.wpf-new-button, #wpforo #wpforo-wrap span.wpf-new-button {
    background: #000000;
    color: #ff6600 !important;
}

and replaced the color codes #000000 and #ff6600 with yours

 

 

1 Reply
 AAR
(@aar)
Joined: 3 years ago

Active Member
Posts: 7

@tutrix

 

thanks! This worked. Now I can't change the color of the main font. Our replies are all some odd grey. Any ideas?