Jump to content

changing font color of product name (Solved)


srjacob

Recommended Posts

When you display a product, the product name and short description is just to the left of the product picture.  I would like to know how to change the font color of the product name (not the short description).

 

I can't seem to find the css anywhere.  Could some kind soul please tell me how to change the font color?

Thanks in advance.

 

Steve

NEWBE at Prestashop[

Edited by srjacob (see edit history)
Link to comment
Share on other sites

Thanks, but I already did that.  The product name on the Categories summary page changed, but not the Category heading.  When I go to the product page for a product, the title of the product (on the right side of the picture) doesn't change either.

 

Any other suggestions?

 

Steve

Link to comment
Share on other sites

Yes, but the product name appears in more than one place, apparently under the control of different Style Sheets.  You and I have identified one.  I need the others.  Also, I need to change the category name (as I mentioned in a previous post).

 

These should be in the custom themes area, but my suspicion is that some of them aren't.

 

Steve

Link to comment
Share on other sites

Actually, my last post says it all.  However, to make it perfectly clear.

 

In  \themes\{mytheme}\css\global.css

 

Line 70, there is a container that originally looked like this:

 

h1 {
    margin-bottom:20px;
    font-size:24px;
    line-height: 22px
}

 

I added a color to this header container so that it now looks like this:

 

h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 22px;
    color: rgb(0,165,253);  {* <--------------my added color *}
}

 

Hopes that helps.

 

Steve

Edited by srjacob (see edit history)
Link to comment
Share on other sites

  • 2 years later...
  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...