The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Recent Topic Widget Background Color

2 posters

Go down

Solved Recent Topic Widget Background Color

Post by Darksphere92 December 8th 2013, 4:47 am

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.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Recent Topic Widget Background Color

Post by Ange Tuteur December 8th 2013, 4:57 am

Hello Darksphere92,

If you want to change the color of all widgets use this CSS :
AP > Display > Colors > CSS stylesheet
Code:
.module { background:#fff; }
For just the latest topics widget :
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'); });
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Recent Topic Widget Background Color

Post by Darksphere92 December 8th 2013, 5:02 am

SethC1995 wrote:Hello Darksphere92,

If you want to change the color of all widgets use this CSS :
AP > Display > Colors > CSS stylesheet
Code:
.module { background:#fff; }
For just the latest topics widget :
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'); });
solved Thanks.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Recent Topic Widget Background Color

Post by Ange Tuteur December 8th 2013, 5:05 am

You're welcome

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum