This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

WooCommerce Shop Page

Open 6 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

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?

URL: https://www.grantthompson.co.uk/shop/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff

    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.

  2. Grant Thompson

    Works great thanks

  3. Andrew Misplon Staff

    Super :) Glad to hear that did the trick.

    All the best.

  4. Grant Thompson

    Hi Andrew

    This code no longer works?

  5. Grant Thompson

    Sorry my mistake.Code ok

  6. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread