• Resolved sambinding

    (@sambinding)


    Hi guys,
    Firstly, just to say this is a stunningly good theme. I’ve tried many over the years and I haven’t seen one in the same league as this.

    On desktop, when you hover over the portfolio grid on the homepage, the portfolio titles display, along with the categories. However as there is no way to hover on a mobile, there is no text when viewing the grid, so you can’t tell what the portfolios are without clicking through. Is it possible to disable the hover for mobile only, so the text displays? I’m using the free version fyi.

    Thanks,
    Sam

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

    (@hannahritner)

    Hey Sam,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    @media (min-width: 992px) {
    .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner {
        opacity: 1;
    }
    }

    Hope that helps!

    Hannah

    Thread Starter sambinding

    (@sambinding)

    Thanks Hannah that’s perfect – I just changed it to max-width instead.

    Cheers,
    Sam

    hannah

    (@hannahritner)

    Ha, good catch. Sorry about that. Glad you got it working!

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing title and text on portfolio grid on mobile’ is closed to new replies.