srjacob Posted November 27, 2013 Share Posted November 27, 2013 (edited) 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 November 27, 2013 by srjacob (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 product-list.css line 67 #product_list li h3 { padding: 0 0 10px 0; font-size: 13px; color: #000; } change css styles above (color) for example: color: #FF0000; Link to comment Share on other sites More sharing options...
srjacob Posted November 27, 2013 Author Share Posted November 27, 2013 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 More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 hmm you asked: "how to change the font color of the product name " Link to comment Share on other sites More sharing options...
srjacob Posted November 27, 2013 Author Share Posted November 27, 2013 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 More sharing options...
srjacob Posted November 27, 2013 Author Share Posted November 27, 2013 Turns out that if you add a color to the h1{ ... } (Line 70) in global.css, it will do exactly what I am looking for. 1 Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 so please in the future describe problem precisely (what and where you want to change) this will avoid confusion thanks in advance Link to comment Share on other sites More sharing options...
srjacob Posted November 27, 2013 Author Share Posted November 27, 2013 (edited) 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 November 27, 2013 by srjacob (see edit history) Link to comment Share on other sites More sharing options...
tadas.karosas Posted December 9, 2015 Share Posted December 9, 2015 Is it the same location to change the font size for name of products? h1 { margin-bottom:20px; font-size:24px; line-height: 22px If i change font size to 18px or something similar, what could go wrong? My version of PrestaShop™ 1.5.3.1 Link to comment Share on other sites More sharing options...
trevorgilligan Posted December 5, 2016 Share Posted December 5, 2016 thanks @srjacob ! May i ask how to change product description / long / short and product descrition colors in product list? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now