Remove blog title/header

Home Forums Legacy Support Support queries Styling issues Remove blog title/header

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #116542
    Halvard
    Participant
    Hi, How can i remove the blog post header with custom CSS? https://prnt.sc/fiiwh3   Thank you for your help! Halvard
    #116601
    H.K. Latiyan
    Participant
    For  single post page try adding the bellow css in your appearance->customize->custom css: .single-post #title .pagetitle{display:none;}
    #116606
    Halvard
    Participant
    I tried, but that did not work. Any other suggestions?
    #116609
    H.K. Latiyan
    Participant
    Can you please share the page url to check.
    #116611
    Halvard
    Participant
    This reply has been marked as private.
    #116622
    H.K. Latiyan
    Participant
    Try the bellow css instead: .single-post #title .title-text{display:none;}
    #116629
    Halvard
    Participant
    Thank you! Yes that worked, but now the Breadcrumbs also disappeared. Is it possible to only remove the title?
    #116631
    H.K. Latiyan
    Participant
    For that try adding the bellow css: .single-post #title .title-text h1{display:none;}
    #116635
    Halvard
    Participant
    Awesome, that worked perfectly! Thank you very much!
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove blog title/header’ is closed to new replies.