• Resolved lundvik

    (@lundvik)


    Hi!

    Can you help me with this please? When i hover over a picture on a portfoliopage it shows the title and the excerpt of that particular item. I would like to keep that information (semi-transparant)- so not only when hovering. (Because on a mobile device then it doesn’t show. Well, very short but only when you tap on it)

    I prefer it shows constantly on the screen. Can you give me a suggestion how to fix this?

    Best regards
    Peter Lundvik

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey, try pasting this in your custom css box in theme options > advanced settings:

    .portfolio_item .portfoliolink {
    background: rgba(255,255,255,.4);
    opacity: 1;
    }

    Let me know if that works for you!
    Hannah

    Thread Starter lundvik

    (@lundvik)

    Spot on, it works! Thanks a million.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show item-excerpt without mouseover in Portfolio’ is closed to new replies.