Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1360169
    jensjakobsen
    Participant

    Hi

    At http://brewhunter.dk/indlaeg-til-basis-medlemskab/ all my posts features a header called “The blog”.

    How do I remove that?

    #1360217
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

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

    Let us know how this goes!

    #1368112
    jensjakobsen
    Participant

    Thanks, it worked 🙂

    #1368120
    jensjakobsen
    Participant

    Whoooooops – I said that too soon…. sorry.

    At: http://brewhunter.dk/?memberpressproduct=basis it’s still visible.

    #1368219
    Nico
    Moderator

    Hi There,

    Add change your above to this:

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

    Let us know how it goes.

    Thanks.

    #1368522
    jensjakobsen
    Participant

    Thanks – it’s gone 🙂

    #1368531
    Paul R
    Moderator

    You’re welcome! 🙂

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