Notifications
Clear all

[Solved] Add background on widget

4 Posts
3 Users
0 Reactions
162 Views
Posts: 17
Topic starter
(@vilian)
Eminent Member
Joined: 2 months ago

Hello,

I would like to customize the wpforo sidebar, do you have any stylesheets?

Also how to put a grey background on each widget into the sidebar?

For example, right now the content is visualized on a blank background.

3 Replies
Posts: 1163
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Tutrix is the man for all that kind of customisation bro. Checkout this site:

https://www.tutrix.de/forum/

But try this code. Add it to the additonal CSS ( top bar, click customise, then click additional css, add this code):

#wpforo .wpforo-widget-wrap .wpforo-widget-content, .wpforo-widget-wrap .wpforo-widget-content {
 
background-color: #f5f5f5;
 
That should work
Posts: 17
Topic starter
(@vilian)
Eminent Member
Joined: 2 months ago

Hey @percysgrowroom 

Thanks a lot, I'll check Tutrix's site, it looks promising so far 😀 

 

I think I have some issue with the custom CSS appliance, because no matter what I add there, it's not taken into consideration. For example, I've added the code as you can see into the attached file, purged all cache, but nothing changed on the fronted.

 

 

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@vilian 

Try to add the same code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea. 

Additionally, if you use any cache plugins, please read this FAQ: https://wpforo.com/community/faq/wpforo-and-cache-plugins/#post-37150