Hi everybody, in DW Wall template when I set a post format as "Image" then I see an "arrows" icon in the right down corner in masonry page, when I click on picture it goes to post page but when I click on that "arrows" icon it opens the image but when I click on that "arrows" icon I want it to go to post page. Is it possible? Thank you.
Hi,
You can send me a screenshot for further checking.
Regards,
Hi, Dominic, thank you for your answer.
I just need to send user to post page when to click on that blue icon. If it’s not possible it will be ok for me just to remove that blue icon.
When you click the blue icon it open the feature image on a blank page. Because, it’s feature of Jigoshop plugin, you need activate/use this plugin in your site.
Also, At the moment, our theme does not support to make the blues icon link to single post as you want.
To remove this icon, you can add the following code to the style.css file:
.format-image.has-thumbnail:hover .image-btn { display: none;}
Hope this helps !
Thank you very much I used code and it worked.
Please login or Register to submit your answer