Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258190
    Claudis0001
    Participant

    I’d like to remove the title “Blog” from all of my single blog post pages and its associated spacing.

    Thanks – I love your theme.

    #1258211
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1258268
    Claudis0001
    Participant
    This reply has been marked as private.
    #1258306
    Rahul
    Moderator

    Hey There,

    Thanks for providing us the URL of your WebSite.

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .h-landmark span, .entry-title.h-landmark span {
      display:none;

    Hope this helps, let us know how it goes!

    #1258318
    Claudis0001
    Participant

    Thanks for the prompt reply. Unfortunately, that removed “Blog” from the posts index page as well. I’d still like it to say “Blog” on that page.

    Also, once it’s removed how can the spacing associated with Blog also disappear, I think it’s x-header-landmark?

    #1258363
    PauliinaM
    Participant

    I’M having a similar issue, but want to remove the whole blog post box from my landing page. I have it set as a static front page, but the blog box still remains. I tried a plugin, nothing.
    What can I do?

    #1258367
    PauliinaM
    Participant
    This reply has been marked as private.
    #1258368
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this:

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

    Let us know how this goes!

    #1258392
    Claudis0001
    Participant

    Unfortunately, that didn’t do it.

    #1258394
    Claudis0001
    Participant

    Whoops. I must have pasted it in wrong. It works now, but the space is still there, even though the Blog word is not. How can I remove the spacing?

    #1258546
    Darshana
    Moderator

    Hi there,

    Use the following CSS rule instead.

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

    Hope that helps.

    #1258967
    Claudis0001
    Participant

    Great. Thank you very much. That worked perfectly 🙂

    #1259072
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1258190 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>