Hey there,
I have several modification to apply in order to Get Better SEO ranking.
For that I need to change some header tag sizes; ex: from H2 to P, from h5 to h3 etc…
Please find attached related picture indicating the changes needed.
Hey there,
I have several modification to apply in order to Get Better SEO ranking.
For that I need to change some header tag sizes; ex: from H2 to P, from h5 to h3 etc…
Please find attached related picture indicating the changes needed.
Customizing heading tags in your Shopify pages involves modifying the HTML and CSS of your theme. Here’s a step-by-step guide on how to do this:
<h1>, <h2>, <h3>, etc., tags.<h1>Your Custom Heading</h1>
<h2>Subheading</h2>
h1 {
font-size: 24px;
color: #333;
}
h2 {
font-size: 18px;
color: #666;
}
Remember to back up your theme files before making any changes, and be cautious while editing HTML and CSS to avoid breaking your Shopify store’s layout. If you’re not comfortable with code editing, consider seeking assistance from a Shopify expert or developer.
Hi,
Need to work on CSS
header.liquid or header-section.liquid
Hi Rauj980,
Thank you for your answer, but this solution is not helping a lot.
I have a specific request regarding the Button “Add to Cart” and the Name of Each Product as also as the Language bar titlle “Language”.
I may need the pages name that publish those information or the code that can directly affect the heading size.
As for the CSS, It is not a solution because I need to change the heading tag (replacing
) in the page source and not the Heading size in the CSS page.
Thank you for your answer one more time.
Regards