Home Forums WoodMart support forum Icons size in the top bar

Icons size in the top bar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #124496

    Myla
    Participant

    Hi,

    I’ve made my header but in the top bar how can I increase the szes of the icones and of the (hamburger menu icon, search, whitlist, and cart).

    You can see in the picture that there are small compared to the logo.

    I only found how to increase the logo icon.

    Thanks

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

    Myla
    Participant

    Could I have a response please

    #124548

    Hello,

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

    body .woodmart-wishlist-info-widget .wishlist-icon:before {
        font-size: 20px;
    }
    body .woodmart-compare-info-widget .compare-icon:before {
        font-size: 20px;
    }
    body .woodmart-shopping-cart .woodmart-cart-icon:before {
        font-size: 20px;
    }

    Increase the font-size as per your needs.

    Best Regards

    #124556

    Myla
    Participant

    Thank you for your help,but it does not work

    #124565

    Hello,

    Please provide your site URL and site admin access to the private area.

    Best Regards

    #124624

    Myla
    Participant

    Ok, here is the admin access.

    I want to increase the size of the following icons : search , wishlist, cart, and hamberger menu icon.

    Could you also remove the category banner from the category pages please. Beacause I checked the descriptions and there is nothing.

    Thank you very much

    #124668

    Hello,

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

    body .whb-top-bar .search-button .search-button-icon:before {
        font-size: 30px;
    }
    body .whb-top-bar .woodmart-wishlist-info-widget .wishlist-icon:before {
        font-size: 30px;
    }
    body .whb-top-bar .woodmart-shopping-cart .woodmart-cart-icon:before {
        font-size: 30px;
    }
    
    body .woodmart-burger-icon .woodmart-burger, 
    body .woodmart-burger-icon .woodmart-burger::after, 
    body .woodmart-burger-icon .woodmart-burger::before {
        width: 30px;
        height: px;
    
    }

    Best Regards

    #124677

    Myla
    Participant

    Thank you very much ! Awesome support

    #124716

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Icons size in the top bar’ is closed to new replies.