Tagged: enfold, Masonry Galery
Dear all,
could you please give some assistance how to hide the title of the pictures in my masonry galeries?
In grid view the titles are visible on mouse over as well as when a picture is clicked to enlarge, the title is shown at the bottom.
I already tried to hide it via the content settings/Captions/Display neither, but without any affect.
I also implemented this costum CSS code also without any affect
}
.avia-caption-title,
.avia-caption .avia-caption-title {
word-break: break-all;
}
The title is used for SEO purpose so it should not be visible/displayed at all..
Please advice how to get this issues fixed.
Thank you in advance,
Conny
Hey ConnyNY,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .mfp-title {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Dear Victoria,
the code worked for the enlarged pictures, but is there any chance to also hide the mouseover “tooltip” style title at the masonry gallery itself?
Thank you for assistance,
b.r.
Conny
Hi Conny,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
Victoria