Home Forums WoodMart support forum Font size Header bottom

Font size Header bottom

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

    teplospektr
    Participant

    Screenshot 1: How to change the font size
    Screenshot 2: How to remove the text “Wrong menu selected”

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

    Luke Nielsen
    Keymaster

    Hello,

    1. In order to change the menu items size, please navigate to Theme Settings -> Typography -> Advanced -> create a rule with the “Main navigation links” condition and change font size in the appropriate field.

    https://monosnap.com/file/vmMAoXWiIRhwkHsk6BCG3jimUy4ZAo

    2. Edit your Header via WoodMart -> Header builder and remove the “Menu” element (https://prnt.sc/S0WJKtjhYQNT).

    Kind Regards

    #455314

    teplospektr
    Participant

    How to change catalog font size and cart amount

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to change these things:

    1) Changing the size of “Browse Categories”:

    .wd-header-cats .menu-opener-icon:not(.custom-icon):after,
    .wd-header-cats .menu-opener .menu-open-label,
    .wd-header-cats.wd-style-1 .menu-opener:after {
        font-size: 11px ;
    }

    2) Changing the size of the cart amount:

    .wd-header-cart .wd-cart-subtotal .amount {
        font-size: 11px
    }

    Paste that into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    Kind Regards

    #455538

    teplospektr
    Participant

    Only the basket changes. Menu no change

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

    Luke Nielsen
    Keymaster

    Hello,

    I have fixed that, please check the issue again and let me know.

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

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