Notifications
Clear all

Suggestion [Solved] Widgets - textcolor strange

11 Posts
3 Users
1 Reactions
284 Views
Posts: 10
Topic starter
(@steven007)
Active Member
Joined: 2 months ago

that works, thank you 😎 . Is there also a solution like this for the notification bell, because the text is difficult to read in yellow - that would be great... (see attachment)

Tutrix
Posts: 1526
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @steven007 

Posted by: @steven007

Is there also a solution like this for the notification bell,

The yellow color comes from this code

#wpf-widget-profile, #wpf-widget-profile * {
 color: #ffcc00;
}

The asterisk (*) overwrites all following color codes

Use only this code and everything is ok (icons and text)

/*Start Code wpforo widgets-profile Change TextColors and IconColors*/
#wpf-widget-profile, #wpf-widget-profile .widget-title {
 color: #ffffff;
}
/*End Code wpforo widgets-profile Change TextColors and IconColors*/

 

Posts: 10
Topic starter
(@steven007)
Active Member
Joined: 2 months ago

Thank you for help!  Now, all works fine without asterisk 🙂

Page 2 / 2