Tagged: x
-
AuthorPosts
-
August 19, 2016 at 12:35 pm #1138515
natedawgParticipantHi. 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!
August 19, 2016 at 12:52 pm #1138528
RahulModeratorHey 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.
August 19, 2016 at 1:58 pm #1138620
natedawgParticipantThanks 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!
August 19, 2016 at 8:49 pm #1139059
FriechModeratorHi There,
Please update the code to this:
#cs-content ~ .hatom-extra, #cs-content ~ p { display: none; }Hope it helps, Cheers!
August 22, 2016 at 11:13 am #1141661
natedawgParticipantThat worked. Thanks!
August 22, 2016 at 11:56 am #1141739
RahulModeratorGlad 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1138515 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
