Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1407540

    The blog titles and feature images hover which is not good from the UX point of view.
    How can I disable this?

    #1407570

    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

    #1407584

    Hi Nikko,
    It worked for the image but not the title.

    #1407594

    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

    #1407606

    Thank you. Worked.

    #1407611

    Hi menainfosec,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title and feature image hover’ is closed to new replies.