Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58596
    effess
    Participant

    Is it possible to NOT display the page title? We’d rather use the breadcrumbs and not link the current page (to itself). Can’t find this exact item in CSS. Thanks.

    #58597
    effess
    Participant

    Here is a link to an image: sample page (the img button doesn’t seem to be working).

    #58615
    Sakin
    Keymaster

    If you want to hide page title, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #main .type-page .entry-header { display: none; }

    #58650
    effess
    Participant

    Thanks!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘page title display=none?’ is closed to new replies.