Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

Suggestion [Solved] Widgets - textcolor strange

11 Posts
3 Users
1 Reactions
1,612 Views
Posts: 20
Topic starter
(@steven007)
Eminent Member
Joined: 1 year 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: 5648
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 20
Topic starter
(@steven007)
Eminent Member
Joined: 1 year 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: 6 years ago

Noble Member
Posts: 1521

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: 20
Topic starter
(@steven007)
Eminent Member
Joined: 1 year ago

Hi,

the code not working!?


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

Noble Member
Posts: 1521

@steven007 

Add this CSS code to the custom CSS

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

and clear browser cache.


Posts: 20
Topic starter
(@steven007)
Eminent Member
Joined: 1 year 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: 6 years ago

Noble Member
Posts: 1521

@steven007 

Ok, try

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

Page 1 / 2