inherit
266820
0
Nov 4, 2022 16:24:43 GMT -8
cyren1980
1
August 2022
cyren1980
|
Post by cyren1980 on Aug 23, 2022 7:28:00 GMT -8
My main problem is that my them gives the title of my forums under their categories with a translucent background. I want to edit so its solid. See here for a visualAny help is very much appreciated!!!
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Nov 12, 2022 14:11:03 GMT -8
If you're talking about the titles of your forum (currently backed in white and titled "Intermediate" etc) this will be in your css somewhere under @title_bar_background. Go to Themes > Advanced Style & CSS > Style Sheet and Ctrl+F "@title_bar_background". You should find where your current template has been editing it to be transparent. If you're talking about your individual boards (currently backed in grey and highlighting white upon hover) you're looking in that same page for a section describing boards. It looks like you're using a custom template so I'm not sure how the original coders have done it - editing the code you already had or just putting a bunch of code at the bottom of your css page to override the defaults. Looking at your source code you might be able to edit the board titles using this: .board-link { background-color:#FFFFFF; } (Your template code is different from how I would do it so I'm not 100% sure that will work). But try putting it at the bottom of your style sheet and see if it works. Go to Themes > Advanced Style & CSS > Style Sheet and paste that into the very bottom. If it does work and turn all your board headers white, you can then alter the hex code to whatever colour you want
|
|