stop images linking on canapé theme
-
Hi, I am working with canapés them and I was wondering if there is a way to stop the 3 images on the home page (under feature menu sections) linking to the menu. I want to keep the images but stop them linking.
Thanks
The blog I need help with is: (visible only to logged in users)
-
You could try adding this in your Customizer‘s CSS panel:
.front-featured-menu-items .menu-section-thumbnail { pointer-events: none; cursor: default; }The only thing to be aware of is that this code may not work in all browsers.
-
- The topic ‘stop images linking on canapé theme’ is closed to new replies.