The blog titles and feature images hover which is not good from the UX point of view.
How can I disable this?
Hi menainfosec,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-content-slider .slide-entry-title:hover {
opacity: 1;
}
.avia_transform #top a:hover .image-overlay {
opacity: 0 !important;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
It worked for the image but not the title.
Hi menainfosec,
Please try to add this CSS code as well:
.html_elegant-blog #top .post-entry .post-title:hover,
.html_elegant-blog .avia-content-slider .slide-entry-title:hover {
opacity: 1;
}
Best regards,
Nikko
Thank you. Worked.
Hi menainfosec,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko