Home Forums WoodMart support forum How to make menu icons bigger

How to make menu icons bigger

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

    Golden1
    Participant

    Is there a way I can make these icons bigger? The Icon image size is indeed 48×48 pixels, but even if I use a 24×24 they are all coming the same size…I noticed they look much nicer and bigger on the xtemos ‘mega electronics’ demo page

    screenshots attached.

    #450660

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    img.wd-nav-img{
        max-height: 65px;
        margin-right: 10px !important;
    }

    Best Regards.

    #452256

    Golden1
    Participant

    Hello, I tried adding this but the icons remain same size…i’ve added temp admin link for you to try.

    #452332

    Hi,

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

    #menu-sticky-navigation-mega-electronics .menu-item a img {
       width: 3em !important;
       height: 5em !important;
    }

    Best Regards.

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