Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #297923

    How do I change the color and font family of hover Image?

    I’ve inserted the code below but it only changed the gallery rollover element not the image element..

    .image-overlay {

    background: #FFDDDD !important;

    }

    #297962

    Hi mcraig77!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    span.image-overlay-inside:before {
    background-color: red!important;
    color: orange!important;
    }

    Best regards,
    Yigit

    #297997

    Thanks Yigit –

    But that didn’t seem to work :/

    T

    #298001

    Hi!

    Can you please post the link to your website and point out the image element you would like to customise?

    Cheers!
    Yigit

    #298041

    Hi Yigit –

    I would like to change the rollover background for this element. As well as the font for the text.

    https://www.dropbox.com/s/3swrwcjw6xyj8m0/ss.png

    here is the site:

    http://michelarthurmontmorency.com/

    #298046

    Hi!

    Please use following code

    .av-image-caption-overlay-center p {
    color: red;
    }

    Regards,
    Yigit

    #298137

    Close Yigit –

    I want the overlay color not the text… So the gray color is what I want changed…

    T

    #298421

    Got it! Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change color and font family of hover Image’ is closed to new replies.