Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Suggestion [Solved] Widgets - textcolor strange

11 Posts
3 Users
1 Reactions
829 Views
Posts: 20
Topic starter
(@steven007)
Eminent Member
Joined: 8 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: 1522
(@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: 20
Topic starter
(@steven007)
Eminent Member
Joined: 8 months ago

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

Page 2 / 2