
08-13-2013, 09:47 AM
|
 |
Ecwid Team
|
|
Join Date: Jan 2013
Posts: 2,517
|
|
Quote:
Originally Posted by POP ALCHEMY
I am unable to find a way to change the color of the headers/titles for my products. I don't know what these are called to change them in the CSS. Please note screenshot for what I need to change. Can you help please?
Thanks,
Sandina 
|
Hello,
In order to change the colors of the headers on categories pages, please, add the following code to your custom CSS theme:
Code:
div.ecwid-productBrowser-head {
color: #FFFF00;
}
Feel free to change #FFFF00 to any color value.
|