Home › Forums › WoodMart support forum › How to disable click button , just want to only display logo ? › Reply To: How to disable click button , just want to only display logo ?
July 14, 2021 at 11:51 am
#306624
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.brands-widget .brand-item a {
pointer-events: none;
}
Regards.
Xtemos Studios