Home>Support>WooCommerce store removes page formatting on Vantage

WooCommerce store removes page formatting on Vantage

Hello,

I’ve been trying to set up a WooCommerce store on my page, but the default ‘Shop’ page is not responding to text formatting. I understand that it’s mostly uncompatible with Page Builder formatting, but the Shop page is not responding to just standard HTML (such as tags, etc…)

For some reason, the page type also appears to be stuck on Default Template even after I change it to Full Width Page, no title. Any help would be appreciated.

Best wishes,

Simon

URL: http://www.hanumanthaiboxing.co.uk/?p=11775

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Simon

    Apologies for the hassle. I see the problem. At Appearance > Widgets you can add shop specific widgets to the Shop widget area but there isn’t an easy way to go full width at the moment.

    Try pasting the following at Appearance > Custom CSS:

    /* WooCommerce */
    
    .woocommerce #secondary {
    	display: none;
    }
    
    .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;
    }
    

    The above should help the formatting issue too.

    Let me know how you come along.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More