• Support will be limited until May 1st, as I will be out of the office travelling. Thank you for your patience and understanding.
Status
Not open for further replies.

Antec

Customer
I have two different skins for my forum. I have a light one on for my default, but I also have a dark skin that my users can choose from as well. My issue is with the Tab background colors on the "Shoutbox", "Active Users", "Notifications" and "System Messages".

While everything looks great on my light "white & blue" skin, my dark skin has a white background and very light coloring on the above mentioned tabs making them unreadable unless you hover them with your mouse or click on them. Once clicked on they match the background color of the skin just fine.

Is there a way I can fix this?
 
@Aantec open your dbtech_vbshout_colours.css template in the style you want.

Find this line:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
background:{vb:stylevar control_background};

And change :{vb:stylevar control_background}; to this line, background: #00FF00;

You can set any color you want by changing 00FF00 to something else

Before:
14dcfb7234ba03.png


After:
14dcfb72365fd2.png
 
Last edited:
Thank you Ozzy...that worked perfectly. But One modification I used to perfectly match the rest of the site I used the following:

I found This:

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
        background:{vb:stylevar control_background};
}

And Replaced It With The PostBit Colors So It Would Match Nicely:

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
	background:{vb:stylevar postbit_background.backgroundColor};
}
 
Yeah that works too, it is calling to the same stylevar as your postbit background!!
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,179
Customer rating
5.00 star(s) 1 ratings
Back
Top