Home › Forums › WordPress Themes – Premium › Pure & Simple › Hide entry title on a page
Hi, does anybody know how to hide the “entry-header/-title” on a page (pure & simple theme)?
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
Lost Password?