Home Forums WoodMart support forum Header Icon Size

Header Icon Size

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

    EMJ92
    Participant

    hello all,

    I would like to make the icons (shopping cart, user account, wishlist) bigger. I tried it normally with css but it doesn’t work.

    I also used the search function here in the forum

    .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;
    }

    that one doesn’t work either.

    Why can’t I modify the icons?

    Translated with http://www.DeepL.com/Translator (free version)

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-header-cart .wd-tools-icon.wd-icon-alt:before,
    body .wd-header-wishlist .wd-tools-icon:before, 
    body .wd-header-my-account .wd-tools-icon:before {
        font-size: 30px;
    }

    Add the styles as per your needs.

    Best Regards

    #293021

    EMJ92
    Participant

    THANK YOU SO MUCH!!!

    #293132

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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

The topic ‘Header Icon Size’ is closed to new replies.