• Resolved centecente

    (@centecente)


    Hi
    I’m trying to change the hover color on Foo gallery with custom css found here in the support:

    .foogallery-caption {

    background-color: rgba(0,48,132,0.8)!important; }

    webpage: https://www.occhioiperteso.it/crit-2/

    but still grey color on image gallery
    can someone help me??
    thanks
    filippo

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    Your css will change the thumb captions.

    I think you are after the following CSS, which changes the thumb hover overlay color.

    
    .foogallery-default a:hover:before {
        background-color: rgba(0,48,132,0.8) !important;
    }
    Thread Starter centecente

    (@centecente)

    thanks a lot it now works fine!

    Hello,

    I’ve tried adding this code to the custom css area within my gallery edit page and it isn’t working for me. Is there something I’m missing here?

    I also tried to add it in my theme’s custom CSS section but that didn’t take either.

    Thanks!

    LinMcHugh

    (@linmchugh)

    I too have tried this. I have a blue hover, and it is not working. https://www.screencast.com/t/euvvWUQza9. I have tried your above code, but I’m missing something here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Foo gallery hover color’ is closed to new replies.