StyledThemes

Hide entry title on a page

Home Forums WordPress Themes – Premium Pure & Simple Hide entry title on a page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17299
    Jens Pionke
    Participant

    Hi,
    does anybody know how to hide the “entry-header/-title” on a page (pure & simple theme)?

    #17300
    Binaya D
    Participant

    Hi Jens,

    Please use the following css to fix your issue.

    h1.entry-title {
        display: none;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.