How can i hide the description from showing in the masory box below each picture? we sometimes add a descriprion but it screw up the look of the masory when we do so
Hey kilimats,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-masonry-entry-content { display: none; }
Best regards,
Yigit
No luck, i tried using this too .av-masonry-entry-content {display: none}
Hi,
Can you please post the link to your page and point out an example?
Best regards,
Yigit
sure, see pictured below, the DOT displayed is found in the post description (we add a dot in order to make the tweeter large summary card work, without a description tweeter doesnt generate a large image preview, if you know a better workaround for tweeter let me know)
we also use a dot because the date doesnt show in the archive page view, so no matter what we need some kind of text in the description
Hi,
Following code should remove it
.av-masonry-entry-content.entry-content {
display: none!important;
}
If it does not, please create a temporary admin login and post it here privately.
Best regards,
Yigit
you rock ! fixed