Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #771941

    Hey guys
    I just updated woocommerce and all product in a product list now run huge font size. I checked my quick CSS and advanced styling but could not find anything that would cause the issue.

    Can you help.

    Site login is in private content.

    #771948

    Hey web6s,

    To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .woocommerce-loop-product__title {
    font-size: 15px;
    }
    

    To increase or decrease the title size, just replace the “15px” by your value.

    Best regards,
    John Torvik

    #771957

    Hi John
    I updated the theme and that fixed the issue.

    However, since updating woocommerce this morning, all product images in single product view and in cart are missing. I noticed another user having the same issue.

    #771958

    Hi!

    Please refer to this post – https://kriesi.at/support/topic/woocommerce-3-0/#post-771853

    Best regards,
    Yigit

    #772462

    I try to put this code in custom css, but the rpoblem is still the same. The font size is much bigger in Store as before.

    #773249

    Hi,

    I have moved the code from Quick CSS field to Style.css file of your child theme so it would be applied on all languages.
    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and review your website

    Best regards,
    Yigit

    #779190

    Hi,

    thank you for your support, but the font size is the same. I made hard reset for browser and also clean the cache on site.

    Any other sollution?

    Best regards,
    Daniel

    #779542

    Hi Daniel,

    I just checked the site and the font size seems to be good. Is this already fixed? if not can you give us a screenshot on how it looks on your end? you can upload it on http://imgur.com/ and post the link here.

    Best regards,
    Nikko

    #780182

    Hi Nikko,

    thank you for your reply. The fonts are still bigger as before.

    Here is my printscreen: http://imgur.com/OEOE2Gn
    Best regards,
    Daniel

    #780543

    Hi Daniel,

    Here is a slight change to the code above:

    
    .woocommerce-loop-product__title, .woocommerce-loop-category__title {
    font-size: 15px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #780639

    Hi Victoria,

    thank you for your help, IT WORKS ! :)

    I alsoput this pice of code into style.css as Yigit told me.

    Best regards,
    Daniel

    #780852

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

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