• Resolved micm1784

    (@micm1784)


    Hi Damian,

    Beautiful plugin, thank you.

    A few months ago you helped me by creating css for me to input into Custom CSS in order to change the hover effect on pictures to a whiteish/translucent overlay with blackish text…the code you gave me was as follows:

    body .dgwt-jg-caption {
    background: rgba(255,255,255,0.8);
    }
    body .dgwt-jg-gallery .dgwt-jg-caption span {
    color: #222;
    }

    I lost some of my website and this effect disappeared and I cannot figure out how to reinstate it. Please help?

    Many thanks in advance,

    Maria

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi Maria,

    Replace the previous CSS code with this:

    
    body .dgwt-jg-effect-standard .dgwt-jg-caption {
        background: rgba(255,255,255,0.8);
    }
    body .dgwt-jg-gallery .dgwt-jg-caption span {
        color: #222;
    }
    

    It should work.

    Best
    Damian

    Thread Starter micm1784

    (@micm1784)

    Thank you so much Damian! Much appreciated. How might I change the font size for the overlay?

    Thanks again in advance,

    Maria

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Invert Colours on Hover?’ is closed to new replies.