Hello,
@ this link
http://sflocations.com/clients/
On an iPhone my masonry portfolio gallery always displays the title, even though I have my overlay setting to display on mouse over.
I am using enfold 3.13 and wp 4.1.1
Thanks in advance.
John
Hi johnkentsf!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.av-inner-masonry-content{
display:none !important;
}
}
Best regards,
Rikard
Thank you Rikard, the css worked perfectly.
John