• Resolved lealeo

    (@lealeo)


    Is there a way to remove the header from all portfolio item pages? Is there a code I could possibly use or somewhere in Theme Options I should be looking? Many thanks!

    Here is a sample page – would like to remove the header from all portfolio item pages like this one – https://anneoneil.ca/portfolio/invitation-portal

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

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

    (@hannahritner)

    Hey @lealeo
    This css should do it for you:

    .single-portfolio .headerclass {
        display: none;
    }

    You can paste that into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Best,
    Hannah

    Thread Starter lealeo

    (@lealeo)

    Thanks so much, Hannah – it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove header for Porftolio Items?’ is closed to new replies.