This topic has 4 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
1. when mousing over a product or link with image it shows an image with a link icon on it. I want to disable that and make the product/category image a clickable link, without the link icon showing.
2. on my shop page it shows a widget or something on the bottom and i cant figure out where it came from to get rid of it http://www.infamousoffroad.com/shop/
3. static blocks page does not show visual composer so I am unable to edit the posts
Hi,
3. You have to enable the Visual Composer for static block.
– Visual Composer >> role manage >> post type >> custom and select all the available options.
– check : http://prntscr.com/fydev9
1) 2) Rose will reply in a while
Hello, @techhnyne,
1. You can use custom css to achieve needed result, for example:
.product-category .mask-container .block-mask .mask-content {
opacity: 0;
width: 100%;
height: 100%;
left: 0;
}
.product-category .mask-container .block-mask:hover {
background-color: transparent;
}
.product-category .mask-container .block-mask .mask-content a {
width: 100%;
height: 100%;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
2. Please provide screenshot for better understanding.
Regards
You must be logged in to reply to this topic.Log in/Sign up