Hello,
In my homepage, i put 5 images under the subject “How We Manufacture”. When mouse hover the images, there appear image title,could you tell me how to remove it?
Thank you and hope to hear from you soon.
Best regards,
James Chen
Hi James,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top.home #after_full_slider_1 .avia-image-container-inner .image-overlay {
display: none !important;
}
Best regards,
Nikko