Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #386697

    Hi,

    i want to remove the title of all posts on the page, i searched the forum and found the below but it didnt work for me:

    
    .single-post .title_container{
    display: none;
    }
    
    #386702

    hi erron ;
    try with this :

    .post-title .entry-title{display: none;}
    
    • This reply was modified 9 years, 2 months ago by begrafiks.
    #386911

    Hey!

    Thank you for coming back.

    For the given link the code is:

    
    .home .entry-content-header {
        display: none !important;
    }
    

    Regards,
    Günter

    #386915

    That did the trick! thankyou.

    #386921

    Hey!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove post title’ is closed to new replies.