This topic has 2 replies, 2 voices, and was last updated 8 years, 1 months ago ago by 8theme
I am using a product page quicklink in my post and I see everything from the product page, except for the image.
I am using the quicklink like this:
[product_page id="15"]
and I see the image call in my source code, so it seem like a CSS thing.
Hello,
Thank you for the question.
Here is a code snippet that you can place into the custom CSS area to fix this issue
article.blog-post .zoom, article.post-grid .zoom {
opacity: 1;
visibility: visible;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up