Can color be added to product tabs

I would like to add color to product tabs so that they may stand out better for my customers to notice them.

Is there a way to modify this? I would probably like to have white lettering on a color background or even just change the black text to a color.

You can change it by modfieying the tab CSS.



For example, my tab CSS looks like this,





.tabs ul li a {
background: #112233;
}

[quote name='phantomcables' timestamp='1387553617' post='173830']

You can change it by modfieying the tab CSS.



For example, my tab CSS looks like this,





.tabs ul li a {
background: #112233;
}


[/quote]Thanks, but can you tell me where to find this?

Sorry I am not a programmer.

[quote name='jimmyod' timestamp='1387566169' post='173850']

Thanks, but can you tell me where to find this?

Sorry I am not a programmer.

[/quote]



If you are using a recent version of CS-Cart you can add this to your custom CSS.