Home Forums WoodMart support forum Remove link from brand logo's homepage Reply To: Remove link from brand logo's homepage

#231818

Hello,

I saw the screenshot you attached. Sorry, but there is no option in Theme Settings to remove the links from the brand slider items.

It requires customizations and this is beyond our limitations and support policy.

You can apply a trick by adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.brands-widget .brand-item a {
pointer-events: none;
}

This CSS will not remove the link but it will make the links in the brands non-clickable.

Best Regards.