Home Forums WoodMart support forum How to change an icon for the Shop page in the Menu? Reply To: How to change an icon for the Shop page in the Menu?

#185283

Artem Temos
Keymaster

Hello,

This option is available for categories only. If you want to put similar image for that particular menu item, try to add the following CSS code to the Custom CSS section and replace the image with your own


.menu-item-12034 a:before {
    content: "";
    display: inline-block;
    background: url(https://xo.kz/wp-content/uploads/2020/04/wine.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

Kind Regards