Home Forums WoodMart support forum how to change site font settings

how to change site font settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38888

    Kahan Ryan
    Participant

    i need to change product font settings , promo banner font size, browse categories menu font size

    Attachments:
    You must be logged in to view attached files.
    #38912

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change the product and browse categories font size

    body .product-image-summary .entry-title {
        font-size: 16px;
    }
    
    body .header-categories-nav .menu-opener {
    	font-size: 12px;
    }

    As for the banner, you are able to edit it with WPBakery page builder and change titles size there.

    Kind Regards
    XTemos Studio

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