• Resolved pieterjandg

    (@pieterjandg)


    I created menu items in a portfolio. When this page is opened the portfolio types are only visible by hovering over the picture/tumbnail.

    How to show the portfolio type ‘title’ immediately when the page is displayed?

    And how to make the portfolio type ‘title’ responsive to the width of the page?

    Many thanks in advance!

    Greetings,
    PJ

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

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

    (@hannahritner)

    Hi PJ,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .portfolio_item .portfoliolink {
        opacity: 1;
    }
    @media (max-width: 1200px) {
    .portfolio_item .piteminfo h5 {
        font-size: 15px;
    }
    }

    Hope it helps!

    Hannah

    Thread Starter pieterjandg

    (@pieterjandg)

    Hi Hannah

    Thanks voor the response.
    This works for me, but when I change the font size, it only changes the font size on the mobile version and not on the dektop version of the website.

    Thanks!
    PJ

    hannah

    (@hannahritner)

    Sorry, I didn’t realize you wanted to change it for desktop too. Just remove the media query like this:

    .portfolio_item .piteminfo h5 {
        font-size: 15px;
    }

    Hannah

    Thread Starter pieterjandg

    (@pieterjandg)

    Hi Hannah

    The problem is solved now ??

    Thanks for your help.

    Regards
    PJ

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show portfolio type ‘title’ immediately’ is closed to new replies.