Dec 21, 2024 6:06 pm
                        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)
Dec 21, 2024 7:36 pm
                        Hi @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*/
Dec 22, 2024 11:46 am
                        Thank you for help! Now, all works fine without asterisk 🙂
                
                    Page 2 / 2                
                                    
                         Prev                    
                                
                            
        

