How do you hide a Parent Link in a Child Page ?

  • renegruss

    #10663

    I’m using Parent and Child pages and can’t work out to hide a Parent link when you are in a Child page (which is in the top left hand corner)

    I see you can hide the Child Listings in the Parent page through the Theme Options but how do you hide the Parent Link in the Child Page ?

    Any help would be great.

    Many Thanks

    Rene

    Admin

    Syahir Hakim

    #46604

    Add this code to the theme’s Custom CSS option:

    .parent-return {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.