I have found the chunk of CSS that modifies the background image (tab.gif) for horizontal categories. However, it doesn't seem to work with vertical categories. http://kb.ecwid.com/When+I+use+horiz...+category+tabs
This doesn't seem to apply to vertical categories.
The first chunk of code is from another spot on the forum.
HELP!!
My CSS:
I have found the chunk of CSS that modifies the background image (tab.gif) for horizontal categories. However, it doesn't seem to work with vertical categories. http://kb.ecwid.com/When+I+use+horiz...+category+tabs
This doesn't seem to apply to vertical categories.
The first chunk of code is from another spot on the forum.
HELP!!
My CSS: http://gemsdandy.com
Apply this custom CSS to fix the issue:
HTML Code:
#leftcolumn div.module_menu div div div div, #leftcolumn div.module div div div div {
background:#450100 url(../images/red/bg_page.png) repeat fixed 0 0;
}
#leftcolumn div.module_menu div div div, #leftcolumn div.module div div {
padding-bottom:0;
}