Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #368927

    Hi Kriesi,

    I’m having a bit of trouble with the opacity on my portfolio grid.
    What I would like is to display the title over the portfolio image when I hover over the image.

    I placed the title over the image by setting the .grid-entry-title margin to -50% 0 0.
    The only problem I have now is that the title has the same opacity as the underlying image.

    I would like to have the text without opacity and keep the opacity of the underlying image. Do you have a solution for this?

    Kind regards,
    Matthijs

    #368928

    Hey mdekievit!

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

    a.grid-image.avia-hover-fx {
    opacity: 0.9!important;
    }

    Regards,
    Yigit

    #369031

    Hi Yigit,

    Thanks again for your quick and excellent support :-).
    Regards,
    Matthijs

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Opacity Portfolio Image and Text’ is closed to new replies.