Home>Support>Vantage + WooCommerce Shop Font Sizes

Vantage + WooCommerce Shop Font Sizes

By jele, 5 years ago. Last reply by Alex S, 5 years ago.

Hi, I’m running woocommerce on vantage with SiteOrigin. It appears that the WooCommerce pages do not pick up on the theme’s font sizes that I can change in the customizer. I really need to increase the font sizes on basically all the shop pages and am going nuts with googling it or perusing this forum: I’m only getting answers about changing font size in specific areas, not the shop as a whole, and on top of that, adding the additional CSS I find often just doesn’t work.

https://pompons.ch/

Right now the only thing I was able to do was to increase the font size of the pricing, and in the widgets in the sidebar. But not the widget titles. I have not found anything that works for the site overall. As you can see, the fonts are a huge mess.

Is there a plugin for this, or additional css that actually works?

Thank you very much

Jele

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

  1. 5 years, 9 months ago Alex S
    Hi, I Work Here

    Hi Jele,

    Thanks for letting us know about this. I’ve logged this as a bug in our issue tracker. We’ll investigate this as soon as possible and try come up with a fix.

    In the meantime, you should be able to avoid this by adding some PHP to your website. If you’re not using a child theme, please install Code Snippets. Once installed, please navigate to WP AdminSnippetsAdd New and add the following PHP:

    function vantage_woocommerce_wrapper_start() {
      echo '<div class="entry-content">';
    }
    add_action( 'woocommerce_before_main_content', 'vantage_woocommerce_wrapper_start', 11 );
    
    function vantage_woocommerce_wrapper_end() {
      echo '</div>';
    }
    add_action( 'woocommerce_after_main_content', 'vantage_woocommerce_wrapper_end', 11 );
    

    Click Save Changes & Activate. How does that look?

    If you are using a child theme, please add the above PHP to your child theme functions.php.

  2. 5 years, 9 months ago jele

    Looks a lot better! Thank you Alex

  3. 5 years, 9 months ago Alex S
    Hi, I Work Here

    Hi Jele,

    Great to hear! :)
    Please be sure to post another thread if you have any other questions.

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