Home Forums WoodMart support forum Change font size and icon size in header

Change font size and icon size in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #75096

    nephyhlim
    Participant

    Hey there

    where can I change the size of icons and fonts in the header. I could not find it in the header builder ;( See img attached

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

    Hello,

    You will find this option in the Theme settings > Typography > Navigation font http://prntscr.com/kp7nj5

    Best Regards

    #75167

    nephyhlim
    Participant

    Hey Elise

    thank you very much the font worked how do I change the icon sizes though?

    #75169

    Hello,

    Change the font-size and other lines in the code provided and add them to the Theme settings > Custom CSS:

    .my-account-with-icon>a:before {
        font-size: 19px;
        font-style: normal;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0;
    }
    .search-button .search-button-icon {
        position: relative;
        font-size: 0;
        line-height: 1;
        font-weight: 400;
        font-size: 19px;
    }
    .woodmart-shopping-cart .woodmart-cart-icon {
        font-weight: 400;
    }

    Delete from code those lines which you do not modify.

    Best Regards

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