Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #778539

    I need help to put back the original font size. products/categories become a lot bigger – after updating woocommerce plugin

    I tried:

    /* Product list */
    .product h3 {
    font-size:12px!important;
    }

    /* Single product */
    .summary entry-summary h1 {
    font-size:13px!important;
    }
    them I tried:
    h2.woocommerce-loop-category__title {
    font-size: 14px !important;
    }

    and the font still to big, any suggestions?

    This is the link: http://conedhome.gtccbeta.wpengine.com/continuing-education-courses/ (hosted on WPengine)

    I have updated the plugin and also Enfold theme

    • This topic was modified 7 years, 7 months ago by mmandarino.
    #778568

    Hey Maritza,

    Just update the Woocommerce to the 3.0.3 version to fix it :)

    Best regards,
    John Torvik

    #778701

    John

    The plugin was updated to 3.03 that is when the text changed to bigger font

    #778741

    Hi mmandarino,

    Here is the code you can put in /enfold-child/style.css

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

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

    #778758

    victoria,

    Thank you it is working now
    When do you think the bug is going to be fix?

    Maritza

    • This reply was modified 7 years, 7 months ago by mmandarino.
    #778917

    Hi mmandarino,

    I don’t have that info unfortunately.

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

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