Home Forums WoodMart support forum Font sizes

Font sizes

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

    E-N Admin
    Participant

    Hello,

    1. Can you please let me know how to remove review icon on shop page and product archive (including related products section). Need review to still appear in product page only. https://prntscr.com/1zzqyj1

    2. Just wondering how I can change the font size for product title and product price on side widget cart? Some reason, it seemed to have gone smaller after the recent update.
    see image for reference: https://prntscr.com/1zzn32g

    Thanks,

    #332850

    Hello,

    Your website is on coming soon mode and the login details you provided are not working.

    Please provide the correct login details to let me assist you further.

    Best Regards.

    #332991

    E-N Admin
    Participant

    Hello,

    Please see updated private content

    #333039

    Hello,

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .jdgm-widget.jdgm-widget {
    display: none;
    }

    2) Please update the Woodmart Core to the latest version then check back.

    Best Regards

    #333062

    E-N Admin
    Participant

    Hi,

    Neither of the the suggestions worked and solved the issues.

    Thanks

    #333133

    Hello,

    1. Please try this custom CSS code:

    .product-grid-item .jdgm-widget.jdgm-widget {
        display: none !important;
    }

    2. Please use the below custom CSS code:

    .cart-info span.wd-entities-title {
        font-size: 20px;
    }
    .cart-info span.quantity {
        font-size: 15px;
    }

    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)