PDA

View Full Version : Custom stylevar?


K4GAP
01-02-2013, 06:43 PM
Per this post .... https://vborg.vbsupport.ru/showthread.php?p=2393638#post2393638

If a product/mod derives colors on it's tabs from the overall look of a page and, or but, you want a different color, can there be a .css made just for the tab in question?

I'm trying to wrap my head around how stylevar's and .css work in conjunction with each other.

ForceHSS
01-02-2013, 08:42 PM
did you not have that answered already

K4GAP
01-03-2013, 01:16 AM
did you not have that answered already

If I had I would not be asking about it again.

Unless a response to this post pertains to the question I asked, please refrain from commenting.

WorldCraft
01-05-2013, 12:01 AM
Can you post a link to your forum? Which tab are you trying to change?

K4GAP
01-05-2013, 03:11 AM
Can you post a link to your forum? Which tab are you trying to change?

The tabs on the shout box. They are white against the dark background.

http://www.livinginkentucky.com/forums/forum.php

WorldCraft
01-05-2013, 07:45 AM
Try adding something like this to additional.css template:

.dbtech_vbshout_tabs.alt2
{
background: #000000!important;
}

Replace the color with whatever you want. You might not need the !important, but try it with both and see what works.

This should apply the same background color to all unselected tabs on the shoutbox.

K4GAP
01-06-2013, 03:13 AM
Try adding something like this to additional.css template:

.dbtech_vbshout_tabs.alt2
{
background: #000000!important;
}Replace the color with whatever you want. You might not need the !important, but try it with both and see what works.

This should apply the same background color to all unselected tabs on the shoutbox.

THANK YOU !!!!!!
Finally!! And I was told by someone else it couldn't be done ...hehehe, never give up!