Vilas Posted July 28, 2013 Share Posted July 28, 2013 Dear Friends, I am using prestashop 1.5.4.1 I wish to change size & font-family of H4 & H5 tag without changing font-style & size of other tags i.e. h1, h2,h3. Remember that I want to change h4 & h5 tag styles only without disturbing h1 h2 h3 Thanks Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2013 Share Posted July 28, 2013 you can define styles for these tags in the global.css file located in themes/default/css/ directory Link to comment Share on other sites More sharing options...
Vilas Posted July 28, 2013 Author Share Posted July 28, 2013 I tried to do but all tags are there in one line due to which I am dare whether changes to that file will change all other font styles also. Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2013 Share Posted July 28, 2013 so you can create separate styles for each tag example: h5 {color:red; font-size:20px;} h4 {color:yellow; font-size:25px;} Link to comment Share on other sites More sharing options...
Vilas Posted July 28, 2013 Author Share Posted July 28, 2013 (edited) Thanks for prompt response. Please check my site footer section.I am using lofadvancecustom footer module. Actually I have set h6 tag for titles of each row. But they are appearing in white color due to which title is not visible.What you suggest in this case? Edited October 5, 2013 by Vilas (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2013 Share Posted July 28, 2013 global.css line 582 #footer { color: #fff; } change the color value Link to comment Share on other sites More sharing options...
Vilas Posted July 28, 2013 Author Share Posted July 28, 2013 Thanks vekia. Let me play with it will let u know if I need any help I will get back to you once I do changes & then let me know whether it looks good or bad Thanks have a nice time ahead. Link to comment Share on other sites More sharing options...
RobbieBlokeToys Posted December 20, 2015 Share Posted December 20, 2015 I know this is an old thread but rather than start a new one... I was running an SEO check on a product page and had a warning about H5 headers. Apparently there are more than 35 on a single page, but I can't find them. They seem to be related products, but they're not showing to the user on the page, so where are they coming from? I'm trying to resolve all SEO aspects I can find, and this is seemingly a considerable problem. These headers are presumably visible to Google and it's plausible this will be viewed as spamming. I really need to get rid of those product titles, they can't be seen by the customer on that page anyway so there's no reason for them to be appearing. Link to comment Share on other sites More sharing options...
Endless hair Posted January 24, 2017 Share Posted January 24, 2017 Hi, I was running an SEO check on a product page and had a warning about H5 headers. Apparently there are many but I can't find them. They seem to be related products. I'm trying to resolve all SEO aspects I can find, and this is seemingly a considerable problem. These headers are presumably visible to Google and might be viewed as spamming. Does anyone know how to change these via modules or something? I don't feel comfortable changing Code... Thank you! Jen 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