• Resolved nkotharyshah

    (@nkotharyshah)


    Hello! I am using the Virtue Theme by Kadence. I was wondering if it’s possible to hide the page title from child Portfolio pages but not the main Portfolio page? I also don’t want to lose the navigation icons that appear to the right of the page title.

    Here is the page where I want to keep the page title:
    https://madmangoes.com/sandbox/projects/

    Here is the page that I want to remove the page title from but keep the nav icons:

    https://madmangoes.com/sandbox/portfolio/marketing-brochure/

    I tried adding the following code to my css but it removed all page titles and nav icons.
    ‘.entry-title {
    display: none;
    }’

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

    (@hannahritner)

    Hey,
    Try using this css instead:

    .single-portfolio h1.entry-title {
        display: none;
    }

    Hope it helps!

    Hannah

    Thread Starter nkotharyshah

    (@nkotharyshah)

    Thank you, Hannah. That worked perfectly ??

    The only follow up I have for you is, when the page loads, the page title shows up but then disappears after the page finishes loading. I’m guessing that the title disappears after the custom css is executed. Is there a way to set things so that it doesn’t appear at all?

    Thank you again!

    hannah

    (@hannahritner)

    I’m not seeing that when I load the page. Try clearing your cache.

    Hannah

    Thread Starter nkotharyshah

    (@nkotharyshah)

    You’re right ??

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Page Title but not the navigation icons on the right’ is closed to new replies.