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

Hi, the heading text color of the "profile and notification widgets" is dark gray instead of white (see photo). How can I change this text color?
Thanks

10 Replies
Sofy
Posts: 5002
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

Use the CSS code below: 

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

Insert the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

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

Hi Sofy

The textcolor works fine. But the icons of the widget shouldn't change the color. Have a look at the attachment.

Thanks for support!

Steven

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1526

Hi @steven007 

You can use the following CSS code

#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a, 
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a {
  color: #43a6df;
}
Posts: 10
Topic starter
(@steven007)
Active Member
Joined: 2 months ago

Hi,

the code not working!?

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1526

@steven007 

Add this CSS code to the custom CSS

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

and clear browser cache.

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

Hi Tutrix

Did exactly as you said, but the code doesn't work. The code from Sofy in wordpress costum works, but the icons are highlighted in yellow in the example. Too bad

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1526

@steven007 

Ok, try

.herald-sidebar-right .wpf-prof-footer .wpf-prof-buttons a * {
  color: #43a6df !important;
}
Page 1 / 2