Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1174882
    JW & Co.
    Participant

    Good morning,

    I am using this code to try to hide the page title from the top of the blog and archive pages at homeandhealthy.net:

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

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

    What is wrong with it? Doesn’t seem to be working.
    Josh

    #1175052
    Thai
    Moderator

    Hi Josh,

    Please provide us with the blog URL.

    Thanks.

    #1175174
    JW & Co.
    Participant

    Hi Thai,

    No one actually sees the blog page, but it’s: http://homeandhealthy.net/resources/. I think the title is no longer showing there, but I need to add a 50 px margin above the posts.

    Here’s the link to one of the posts in the archive which is showing the header: http://homeandhealthy.net/2016/06/20/skin/. Once the title is removed from individual posts in teh archive, I will also need a 50px margin above them.

    Thanks,
    Josh

    #1175465
    Friech
    Moderator

    Hi Josh,

    This http://homeandhealthy.net/2016/06/20/skin/ is not an archive page? This is a single post page, add the custom CSS below.

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

    Instead of adding 50px margin, Navigate to your Customizer under the Header panel and set the Navbar Top Height to 90.

    Hope it helps, Cheers!

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