• Resolved estudi33

    (@estudi33)


    Hi,
    I have a Responsive image gallery (https://www.centredentalcise.com) and I tried to change the hover backround colour to #003084

    I added the following custom CSS in the gallery metabox:

    .foogallery-default a {
    background-color:#003084 !important;
    }

    But the hover background stills in the same original colour.
    How can i fix this?

    Thank you for your help!!

    Best regards,
    Vanessa

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having the same issue and I can’t find a way to fix that.

    Did u made it? This code “.foogallery-default a {
    background-color:#003084 !important;
    }” is only changing the image backgoung, not the hover color.

    Could someone help us?

    I got it!! try that in the custom css box:

    .foogallery-caption {

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

    Thread Starter estudi33

    (@estudi33)

    Hi napoman!!

    You’re great!! It works fine!!

    Thank you very much!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change hover background colour’ is closed to new replies.