Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #548971

    Can you give me some quick css to change the gallery and thumbnail hover color to #188ece Thank you!

    #549259

    Hey djshortkut!

    Use the follow class .av-caption-image-overlay-bg to control the background color of your element.
    Let us know if you have more questions about that.

    Cheers!
    Basilis

    #549292

    Can you give me the exact code to use please? I’m having difficulty figuring it out. Thanks!

    #549313

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-caption-image-overlay-bg {
        background-color: #188ece!important;
    }

    Regards,
    Yigit

    #549363

    I input the code but it didn’t work

    #549365

    Hi!

    Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay ”

    Regards,
    Yigit

    #549978

    Thanks Yigit! So I figured out that the code you gave me above changes the hover background color for images only and not the image gallery and thumbnails that I am trying to change. I changed the background color in advanced styling and it didn’t seem to do anything either.

    Maybe I wasn’t clear but I am looking to change the hover color for the gallery and thumbnails. Right now it is set to white and I want it to be #188ece to match the rest of my theme and I don’t see an option to change the hover color of that element anywhere. Can you please let me know what quick css to use? Thanks!

    #551901

    Hey!

    Use this in the Quick CSS field:

    .image-overlay {
        background: #188ece;
    }

    Best regards,
    Ismael

    #551907

    Thanks! You can close this thread.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Gallery and Thumbnail Hover Color’ is closed to new replies.