Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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?

Hi 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 :)