Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851366

    visaims
    Participant

    Hi there!

    http://gloria-ims.com/blog/uncategorized/blog-test-1/?preview_id=3985&preview_nonce=8c806321be&post_format=standard&preview=true

    Above link is the link to my blog page.

    I’ve been reading your previous related postings but still couldn’t get it to work.

    I’m trying to remove the Blog title from the post.

    .home .x-header-landmark {
    display:none;
    }

    I’ve tried that

    .blog .x-header-landmark {
    display:none;
    }

    Tried this, and more.

    If you could kindly solve this problem, I would be much appreciated.

    Thank you!

    #851407

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    h1.entry-title {
        display: none !important;
    }

    Thanks.