• Resolved LinMcHugh

    (@linmchugh)


    I have the following code for the hover (my hex code is #66ccff), which is no longer working:

    .foogallery figcaption.fg-caption {
    background-color: rgba(102,204,255,.5)!important;
    }
    .foogallery-caption-title {
    font-weight: 600;
    letter-spacing: 1px;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    hi @linmchugh

    On that gallery, you will need to use this custom css:

    
    .foogallery .fg-image-overlay {
      background-color: rgba(102,204,255,.5)!important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Hover color not working’ is closed to new replies.