Tagged: x
-
AuthorPosts
-
September 14, 2016 at 9:44 am #1174882
JW & Co.ParticipantGood 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.
JoshSeptember 14, 2016 at 11:32 am #1175052
ThaiModeratorHi Josh,
Please provide us with the blog URL.
Thanks.
September 14, 2016 at 12:50 pm #1175174
JW & Co.ParticipantHi 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,
JoshSeptember 14, 2016 at 4:07 pm #1175465
FriechModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1174882 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
