Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1194205

    Hello
    I have in this page 5 images with their respective captions
    i applied a code that i found on the forum to keep a hover background color (it was transparent before) but when i hover the mouse out it becomes transparent again

    What i need to do is completely disable the image caption hover effects. Is there any way to do that?

    Page is here: http://mediagroup.com.es/mediavogue/la-agencia/

    You will easily see the blocks with pink, black and white caption blocks

    Regards

    Jean

    #1194722

    Hi Jean,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .av-caption-image-overlay-bg {
        display: none !important;
    }
    
    #top .av-image-caption-overlay-position:hover {
        opacity: 1 !important;
        background-color: transparent !important;
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.