Home Forums WoodMart support forum Can i an increase the Icon size in main menu?

Can i an increase the Icon size in main menu?

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

    goodorganics.co.in
    Participant

    Can i an increase the Icon size in main menu?

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

    Hung Pham
    Keymaster

    Hi goodorganics.co.in,

    Thanks for reaching to us and appreciate your patience.

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

    .wd-sub-menu ul li>a img, img.wd-nav-img {
        width: 50px !important;
        height: 50px !important;
        max-height: 100%;
    }

    Kind Regards,
    Hung PD

    #676404

    goodorganics.co.in
    Participant

    But the other icons in menu are not increased in size ??

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

    Hung Pham
    Keymaster

    Hi goodorganics.co.in,

    Please remove above code and use below one:

    .wd-sub-menu li>a img.wd-nav-img, a img.wd-nav-img {
        width: 50px !important;
        height: 50px !important;
        max-height: 100%;
    }

    Kind Regards,
    Hung PD

    #678134

    goodorganics.co.in
    Participant

    Hey the issue is solved thankyou!

    #678242

    Hung Pham
    Keymaster

    Hi goodorganics.co.in,

    Glad to hear your issue has been resolved. And hope you can share you feedbacks here https://tally.so/r/w4l54k

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,
    Hung PD

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

The topic ‘Can i an increase the Icon size in main menu?’ is closed to new replies.