Product Title Text Color

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello Everyone
I am working on modifying one of my sites.

I am trying to determine how to change the font color of the Product Title Text. I have tried a few places in the css file, but the text is still the same. It looks like the class name is "product-title" but I cannot find anything that controls the font color.

Thanks in advance for any and all suggestions.

Andrew SQLDBA
13 years ago
Open styles.css file and find the following style:
.product-details-info .overview .productname {
    color: #0066CC;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}

and set color to required one
13 years ago
Thanks Buddy
Appreciate it.

Andrew SQLDBA
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.