• julieanneglasscock

    (@julieanneglasscock)


    I am using the Grow theme. Even though I have unchecked “Show page title and tagline”, these elements are still shown, along with their section. I have tried custom CSS (as follows), but it does not work). Perhaps this is a bug in the template?
    #intro {
    display: none;
    }

    #intro .page-title
    { display: none;
    }
    .entry-title{
    display: none;
    }

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

Viewing 1 replies (of 1 total)
  • Hello @julieanneglasscock,

    We can hide the intro section with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    div#intro {
    display: none;
    }
    

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Remove title and tagline (page identity) section’ is closed to new replies.