Hi
I would like to reduce the font size on the 'overlay text' that appears on Blog Posts in Masonry view. Please see image.
Also, currently only the text acts as a 'button'. I would like the whole image to be responsive to a click. Is this possible?
Any help is appreciated.
Thank you.
Greg
Comments
to change it's size, you need to use the following css:
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title h2 a { font-size: 20px !important; }But in reference to your 2nd question, it's not possible to make the whole image as a link because this requires files customization.