Announcement table background color
4 posters
Page 1 of 1
Announcement table background color
How can i change the background color of the topics in the announcement tables? I mean the topics in the table above the topics in each category:
Re: Announcement table background color
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Announcement table background color
It doesn't work..
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Announcement table background color
Hello ,
You could do this by adding a class to the topics that have your announcement image.
First javascript :
Administration panel > Modules > HTML & JAVASCRIPT > Javascript codes management > create a new script
Title : What you wish
Placement : in the subforums
If you change the announcement image you have to change it in the script here :
Then add your CSS to style the topic :
Display > Pictures and colors > Colors > CSS stylesheet
You could do this by adding a class to the topics that have your announcement image.
First javascript :
Administration panel > Modules > HTML & JAVASCRIPT > Javascript codes management > create a new script
Title : What you wish
Placement : in the subforums
- Code:
jQuery(document).ready(function () { jQuery('.tcl.tdtopics:has(img[src="https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png"])').addClass('importantTopic'); });
If you change the announcement image you have to change it in the script here :
- Code:
:has(img[src="https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png"])
Then add your CSS to style the topic :
Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.importantTopic { background:blue !important; }
Re: Announcement table background color
It works.. Thanks! Solved!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Announcement table background color
Admin Panel> Display> Colours> look in the coloumn background Colours
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum