Quote:
Originally Posted by Gemma
********snip
dl.arcade_tabslight dd a:hover {
color:{vb:stylevar linkhover_color};
background:{vb:stylevar tabslight_selected_background};
}[/code]Then within that code find this line
Code:
background-color:{vb:stylevar blocksubhead_background.backgroundColor};
Change the {vb:stylevar blocksubhead_background.backgroundColor}; to whatever color you want ie black;, #000; or #000000; etc then save the template.
Make sure you change <dl class="tabslight"> to <dl class="arcade_tabslight"> in v3ARCADE_MAIN
|
Where in this.....
background-color:{vb:stylevar blocksubhead_background.backgroundColor};
do I put the color value?