Status
Not open for further replies.

tim2412

Customer
How do I change the background colour of the forum tabs?

forumtabs.jpg

I can't find anything in the stylevar for it, it seems to be using the skin colour settings.

Many thanks
 
Yeah, it uses this StyleVar (from the vB existing StyleVars):

blocksubhead_background backgroundColor

Edit:

If you want to change it in the CSS, you can find it in the dbtech_classifieds.css template and search for:

Code:
background-color:{vb:stylevar blocksubhead_background.backgroundColor};
 
Thanks for the reply Mokonzi, if I was to change the css to make it transparent how would I alter the code to reflect this?

Also I'm confused why the classifieds css needs to be edited, I had installed this mod before the classifieds mod and had the same issue, I enabled it last night to see if I could figure it out but couldn't.
 
However I did find

background-color:{vb:stylevar blocksubhead_background.backgroundColor};

in dbtech_forumtabs.css

and edited to, none, transparent, white which made no difference.
 
Lol, brain wasn't working this morning, was finishing packing before moving :D

I'll check your transparency question tomorrow for you :)
 
I think I've found why it might not be setting.

Find this in the dbtech_forumtabs.css template:

Code:
dl.tabslight2 dd a

Notice that there is an option in the CSS for background and background-color. The order is wrong, so that if you set the background-color and the background, the colour options in the background part override the background-color. Solution (which will be implemented in the next update) is to put the background-color option after the background (i.e. the next line after).

I hope this makes sense.

Thanks for identifying the issue. :)
 
Status
Not open for further replies.

Legacy DragonByte Forum Tabs

vBulletin 4.x.x
Seller
Mokonzi
Release date
Last update
Total downloads
247
Customer rating
0.00 star(s) 0 ratings
Back
Top