Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #773780

    Hi.

    I am using the: Enfold Shop Demo for my website. But after the latest woocommerce update the font size of my products/categories become a lot bigger. (http://www.mxdsign.com/) I would like to set it back to the original size like the demo. Can you help my?

    Best regards,
    Wout

    • This topic was modified 7 years, 7 months ago by eversreclame.
    #773869

    Hello eversreclame,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    .inner_product_header_cell h2 {
        font-size: 1em !important;
    }

    Thank you.
    .

    #773877

    @eversreclame you version of enfold is outdated. I would recommend updateing to 4.0.5 (latest version) rather than messing around with css as this will cause you some headaches after the next update ;-)

    #774470

    Hi eversreclame,

    Have you tried proposed solutions? Let us know if you still need help.

    Best regards,
    Victoria

    #776058

    Hi,

    Thank you DesignWeb the code worked perfect for the products. But the categorie font size is still not the original size. http://www.mxdsign.com/ I updated my enfold to the latest version.

    Best regards,
    Wout

    #776065

    Hi!

    Can you please update WooCommerce to 3.0.1 as well? Also, i did not notice anything unordinary with font sizes on your site

    Best regards,
    Yigit

    #776559

    Hello eversreclame,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    h2.woocommerce-loop-category__title {
        font-size: initial !important;
    }

    Thank you.

    #776617

    Hi,


    @Designweb
    Thanks for your help :)

    Best regards,
    Yigit

    #776668

    Got same issue.
    Tried the quick CSS but didn’t work.

    What’s next?

    #777161

    Hello ralbakker,

    Which is the browser you use? On Google Chrome when i have change on the CSS code, i see that results.

    try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    h2.woocommerce-loop-category__title {
        font-size: 16px !important;
    }

    Also, don’t forget to clear the cache of your browser.

    Thank you

    #777351

    Hi ralbakker,

    This is what you have in enfold child styles.css

    
    h2.woocommerce-loop-category__title {
        font-size: initial !important;
    }
    

    Which is 16px on dektop.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #777358

    My font size is 14, can i change that in the css code?

    I still have blurry pictures in my shop on the productpage.
    When is that issue fixed?

    Thank you.

    BR Ralph

    #777417

    Hey!

    h2.woocommerce-loop-category__title {
    font-size: 18px !important;
    }

    Changing the size it can be fixed.
    WooCommerce has pushed an update for that issue, it should be fixed

    Best regards,
    Basilis

    #777422

    I ran into the exact same issue and had fixed it with CSS already. The font size on archive pages was huge, and the font on pages displaying just a product grid was a complete different size, and too small. The issue is fixed, but I just thought I should add a report because clearly other people are seeing the issue as well.

    #777668

    Hi @torndownunit,

    Thanks for sharing, much appreciated :-)

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.