Home Forums WoodMart support forum Size of icons

Size of icons

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

    Kerlifa
    Participant

    Hi,
    I also have a question.
    How to make icons bigger?
    I want to make it look coller than now.

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

    Hello,

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

    body .my-account-with-icon .wd-tools-icon:before {
        font-size: 19px;
    }
    body .search-button .search-button-icon:before {
        font-size: 19px;
    }
    body .woodmart-wishlist-info-widget .wishlist-icon:before {
        font-size: 20px;
    }
    body .woodmart-shopping-cart .woodmart-cart-icon:before {
        font-size: 20px;
    }

    Custom image icons can be increased by increasing the row height and width: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    Best Regards

    #163488

    Kerlifa
    Participant

    Hello,

    It only changed the size of wishlist and cart. The rest of icons (account and search) didn’t change.

    #163491

    Hello,

    Please increase the font-size as per your needs and check.

    Best Regards

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