- Acme Themes

Best Premium and Free WordPress Themes Forums Construction Field Pro How to make the picture items of the blog section clickable ? Reply To: How to make the picture items of the blog section clickable ?

#55266
acmethemes
Keymaster

Dear Julien,
There is a theme bug but the picture can be made clickable in the blog section. Image overlay black transparent color will hide. If you are okay with this you can use the following CSS code. Please add it on Additional CSS.
Appearance > Customize > Additional CSS

.post-thumb .all-link {
   position: relative;
   z-index: 2;
}

Note: Theme bug will be fixed in its next update.

Best Regards!