Notifications
Clear all

wpForo 1.x.x [Solved] It is possible change the colour only here?

4 Posts
2 Users
2 Reactions
648 Views
Posts: 45
Topic starter
(@alber_97)
Trusted Member
Joined: 4 years ago

You can hardly see the letter because of the color

3 Replies
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @alber_97,

Please leave the example URL to allow us to check it and provide some CSS solution for you.

2 Replies
(@alber_97)
Joined: 4 years ago

Trusted Member
Posts: 45
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1862

@alber_97,

Please try the following CSS code: 

#wpforo #wpforo-wrap span.wpf-action.wpf-notification-action-clear-all {
color:black !important
}

The CSS code should be added in the Dashboard > Forums > Settings > Sttyles admin page "Custom CSS Code" textarea.

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.