Home Forums WoodMart support forum Make side icons bigger

Make side icons bigger

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #628364

    raz.sofer
    Participant

    Hi, I want to make side icons bigger. I had it before but for some reason it stopped working. I want it to be at least twice the size
    Attached link

    #628464

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-nav-vertical.wd-nav-sticky > li > a .wd-nav-img {
        width: 30px !important;
        height: 30px;
    }

    Best Regards

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