Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138515
    natedawg
    Participant

    Hi. I am suddenly seeing “last modified” message on my site. I added the following, but it didn’t solve the problem:

    .hatom-extra .hidden {
    display: none;
    }

    I was able to hide it with just

    .hatom-extra {
    display: none;
    }

    but this still leaves a white space between cornerstone elements and the footer on pages that have no content otherwise.

    How do I get rid of this?

    Site is https://nateclark.net.

    Thanks!

    #1138528
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To remove that part on every page, please add the following code in your Customizer via Appearance > Customize > Custom > CSS:

    .hatom-extra{
       display: none;
    }

    Thanks.

    #1138620
    natedawg
    Participant

    Thanks for the reply. As I mentioned above, when I hide the div with

    .hatom-extra{
    display: none;
    }

    I still see a blank white space on my homepage betwen Cornerstone elements and the footer. The homepage is styled totally with cornerstone – no page content – and the white space is a hold over from this div.

    How can I remove it completely from pages made with cornerstone?

    Alternatively, do I just have to style the page independently with a matching background color… but I’d prefer it to work as it did before.

    Thanks!

    #1139059
    Friech
    Moderator

    Hi There,

    Please update the code to this:

    #cs-content ~ .hatom-extra,
    #cs-content ~ p {
    	display: none;
    }

    Hope it helps, Cheers!

    #1141661
    natedawg
    Participant

    That worked. Thanks!

    #1141739
    Rahul
    Moderator

    Glad that worked for you.

    Let us know if you have anything else, we’d be happy to assist you with that.

    Thanks for using X.

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