evilmc Posted July 1, 2011 Share Posted July 1, 2011 How to change font size title on product page? I want one line for title on product...how fix that? Link to comment Share on other sites More sharing options...
PrestaSupport Posted July 1, 2011 Share Posted July 1, 2011 Hi!Depending on what version you have:1.3 - global.css1.4 - global.css or product.css Link to comment Share on other sites More sharing options...
evilmc Posted July 1, 2011 Author Share Posted July 1, 2011 I have 1.4.1 PS....on product.css don't have a line for title and global.css or I can't find this line :/pls, help! Link to comment Share on other sites More sharing options...
Daddybear Posted October 2, 2011 Share Posted October 2, 2011 Hi there, I hope you have found a solution. If not maybe this can help. I had the same problem and realized that I had to add the font for H1 in globals.css anywhere after line 429 /* global style */ Here is the code from line 429: /* global style */ a { color: #5d717e; text-decoration: underline; outline: none; } a:hover { text-decoration: none; } input:focus { outline: 0; outline-offset: 0; } a img { outline: none; border: none; text-decoration: none; } /***** I have just added these 3 line nothing more *****/ h1 { font-size: 1.2em; } Good luck. 2 Link to comment Share on other sites More sharing options...
Dan1 Posted April 28, 2012 Share Posted April 28, 2012 Thanks Daddybear, worked for me PS 1.4.7. 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