WooCommerce Shop Page
The shop page is showing the same size font throughout even though I have a h1 and other size font within the WordPress page. https://www.grantthompson.co.uk/shop/ Any ideas?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi Grant
Apologies for the hassle. Please, try the following at Appearance > Custom CSS:
/* WooCommerce */ .woocommerce.woocommerce-page #container { width: 100%; } .page-description h1, .page-description h2, .page-description h3, .page-description h4, .page-description h5, .page-description h6 { color: #444444; margin: 1em 0; font-weight: 500; } .page-description h1 { font-size: 1.7em; } .page-description h2 { font-size: 1.6em; } .page-description h3 { font-size: 1.5em; }Paste the above at Appearance > Custom CSS and let me know how it goes.
Works great thanks
Super :) Glad to hear that did the trick.
All the best.
Hi Andrew
This code no longer works?
Sorry my mistake.Code ok
Glad to hear you’re making progress :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.