Home › Forums › WoodMart support forum › Add "Icon" to Non-Category Menu Item on "Browse Categories" Sidebar. › Reply To: Add "Icon" to Non-Category Menu Item on "Browse Categories" Sidebar.
April 20, 2021 at 12:23 pm
#284662
Elise Noromit
Member
Hello,
Please add this code instead to the Theme Settings > Custom CSS > Global:
.wd-nav-vertical > li.shopbytool > a {
padding:12px 0 12px 80px;
background-image: url(https://www.minervatooldesign.com/wp-content/uploads/2021/04/toolbox.png);
background-repeat: no-repeat;
display:block;
min-height:45px;
min-width:100px;
background-size:25%;
background-position:5%
}
Best Regards