Notifications
Clear all

wpForo 1.x.x [Solved] How to change font colours of wpForo widgets?

5 Posts
2 Users
1 Likes
676 Views
Posts: 3
Topic starter
(@dionf)
Active Member
Joined: 3 years ago

Hello there,

 

I have been searching but cannot find the answer. I am wanting to change the colour of the text on the wpForo widgets (Recent posts and recent topics) to White, because on the default dark colour does not look good when against a dark background (see attached screenshot)

The colour options in the styling settings do not change on the widgets so I know I will need a CSS code. 

 

Thank You 

Topic Tags
4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @dionf,

Please leave your forum URL.

Posts: 3
Topic starter
(@dionf)
Active Member
Joined: 3 years ago
2 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499

@dionf

Put this CSS code in your child theme style.css or in the top admin bar > additional css textarea. Save it, delete all caches. Go to website front-end and press Ctrl+F5 to reset browser cache.

.elementor-section.elementor-inner-section .wpforo-widget-wrap h5,
.elementor-section.elementor-inner-section .wpforo-widget-wrap .wpforo-widget-content {
    color: #fff!important;
}
.elementor-section.elementor-inner-section .wpforo-widget-wrap .wpforo-widget-content p.posttitle a{
	color: #f6b8cd!important;
}
(@dionf)
Joined: 3 years ago

Active Member
Posts: 3

@robert 

 

Thank you, that worked! I greatly appreciate your help. Will leave a review.

 

Thanks!