blog Masonry tiles
Hi,
if you look on the page you will find the blog preview ...
https://www.test-pongo.com/devilworks/
Is it possible with this style Masonry tiles to be able to make the image and not just the title clickable?
Thank you very much
Hi,
if you look on the page you will find the blog preview ...
https://www.test-pongo.com/devilworks/
Is it possible with this style Masonry tiles to be able to make the image and not just the title clickable?
Thank you very much
Comments
Hello,
Sorry, but unfortunately, there is no option to achieve that.
If you would like to see this feature in future updates, please, let us know on the following topic:
https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest
Thanks
OK thank you very much,
however I solved it by changing the css.
I will communicate the change to the link you reported to me.
Thank you
.grid .post-desc-wrapper .post-desc {
background: url(../images/blog_masonry_tile_gradient.png) top left repeat-x;
padding: 70px 30px 30px;
position: absolute;
z-index: 4;
left: 0;
bottom: 0px;
width: 100%;
}
.grid .post-footer { display: none;}
.entry-title h2, h2 a, h2 a:hover{color:#fff!important;}