Recent Topic Widget Background Color
2 posters
Page 1 of 1
Recent Topic Widget Background Color
Is it possible to change the Recent Topic's Background Color? Right now it's currently grey and i want to change it to white.
Re: Recent Topic Widget Background Color
Hello Darksphere92,
If you want to change the color of all widgets use this CSS :
AP > Display > Colors > CSS stylesheet
AP > Modules > Javascript codes management > create a new script
Name : What you wish
Placement : In all the pages
Paste the code below and save.
If you want to change the color of all widgets use this CSS :
AP > Display > Colors > CSS stylesheet
- Code:
.module { background:#fff; }
AP > Modules > Javascript codes management > create a new script
Name : What you wish
Placement : In all the pages
Paste the code below and save.
- Code:
jQuery(function(){ jQuery('.module:contains(Latest topics)').css('background', '#fff'); });
Re: Recent Topic Widget Background Color
solved Thanks.SethC1995 wrote:Hello Darksphere92,
If you want to change the color of all widgets use this CSS :
AP > Display > Colors > CSS stylesheetFor just the latest topics widget :
- Code:
.module { background:#fff; }
AP > Modules > Javascript codes management > create a new script
Name : What you wish
Placement : In all the pages
Paste the code below and save.
- Code:
jQuery(function(){ jQuery('.module:contains(Latest topics)').css('background', '#fff'); });
Similar topics
» How to do this Advanced Hiding Widget Code as well as the Recent Topic's Widget Modification
» wana change all widget title background and Text color
» Replace avatar with topic image to recent topic widget
» Background color and text color by rank
» Scaling Widget Background Image Based on Widget Size/User Resolution
» wana change all widget title background and Text color
» Replace avatar with topic image to recent topic widget
» Background color and text color by rank
» Scaling Widget Background Image Based on Widget Size/User Resolution
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum