Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417113

    Magnifyre
    Participant

    Hello!

    I added the following code in my custom CSS to remove “The Blog” title from my blog posts. However, there is now some awkward white space. How can I reduce the size of that white space, or eliminate it altogether?

    Code:
    .x-landmark {
    display: none;
    }

    Website:
    Magnifyre.com/blog

    #1417185

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

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

    Thanks.