Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #389676

    Hi Enfold team,

    How do I remove the blog post title + link on a single post:
    fx: I want to remove the title “Digital Strategi”:

    #389998

    Hey changegroup!

    Thank you for coming back.

    To remove the title on this specific page:

    
    .postid-5220 .post-title {
        display: none !important;
    }
    

    To remove all single post titles:

    
    .single-post .post-title {
        display: none !important;
    }
    

    Cheers!
    Günter

    #390147

    Perfect Günter!
    Thanks a lot for the fast help!

    #390150

    Hey!

    Glad I could help you. Enjoy the theme.

    Regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove blog post title + link on single post’ is closed to new replies.