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:
4 posters
Announcement table background color
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°1
Announcement table background color
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°2
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.
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°3
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!
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°4
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; }
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°5
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!
Help@Bearville- Forumember
- Posts : 57
Reputation : 1
Language : English Afrikaans And Zulu
- Post n°6
Re: Announcement table background color
Admin Panel> Display> Colours> look in the coloumn background Colours
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°7
Re: Announcement table background color
Topic solved and archived
» Announcement table background phpbb3
» [background color update]-I want the code to change the background color
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Background color and text color by rank
» Modules Color & background
» [background color update]-I want the code to change the background color
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Background color and text color by rank
» Modules Color & background