Before you ask please READ THIS

Portfolio (Works) hover effect

edited March 2015 in Fame Posts: 18
Hi I'd like just to keep the title on the portfolio item all of the time even when you hover over the item. So if the hover effect is on "cover" but you still see the title before you hover over the item and the background just gets darker when you hover over it. Thanks for your help.

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Use this custom CSS:

    .g-item .cov{
    background-color: transparent;
    opacity: 1;
    }
    .g-item:hover .cov{
    background-color: rgba(0, 0, 0, 0.7);
    }
    Should do the trick.

    With kind regards.
  • Posts: 18
    That's worked perfectly! Thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion