Tagged: x
-
AuthorPosts
-
July 20, 2016 at 10:49 am #1095444
sonofzellParticipantHello again, X team!
Something seems to have gone awry with my site configuration. I’ve encountered several minor issues lately (I’ll post separate threads if I can’t get a handle on them), but there is one issue in particular that really has me perplexed:
I can not hide the featured image display above the content on custom posts (blog and event calendar pages). I am not sure what has caused the issue; other than plugin updates, I haven’t made any major changes. I’ve tried the `.single .entry-featured {
display:none;
}`custom CSS, which seems to have no effect. I have been through the plugin deactivation / reactivation routine for troubleshooting, and I am not using any cache plugins.I’m hoping you guys can work your magic…
Thanks in advance!
July 20, 2016 at 10:53 am #1095453
sonofzellParticipantThis reply has been marked as private.July 20, 2016 at 11:30 am #1095524
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.single .entry-featured { display: none !important; }Let us know how this goes!
July 20, 2016 at 12:30 pm #1095623
sonofzellParticipantThank you for your reply, but the code did not have any effect on the featured images. They are still showing on all blog posts and event pages above the content.
July 20, 2016 at 1:08 pm #1095682
ThaiModeratorHi There,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
/*remove blog header*/ .blog .x-navbar-wrap, /* Blog - Entire Header */ .blog .x-btn-navbar, /* Blog - Navbar Mobile Button */ .blog .x-nav, /* Blog - Header Menu */ .blog .x-colophon .x-nav, /* Blog - Footer Menu */ .page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */ .page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */ .page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */ .page-template-template-layout-portfolio-php .x-colophon .x-nav /* Portfolio - Footer Menu */ { display:none; .single .entry-featured { display: none !important; }And replace with this:
/*remove blog header*/ .blog .x-navbar-wrap, /* Blog - Entire Header */ .blog .x-btn-navbar, /* Blog - Navbar Mobile Button */ .blog .x-nav, /* Blog - Header Menu */ .blog .x-colophon .x-nav, /* Blog - Footer Menu */ .page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */ .page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */ .page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */ .page-template-template-layout-portfolio-php .x-colophon .x-nav /* Portfolio - Footer Menu */ { display:none; } .single .entry-featured { display: none !important; }Hope it helps 🙂
July 20, 2016 at 2:03 pm #1095761
sonofzellParticipantThank you!…. <facepalm>
July 20, 2016 at 2:59 pm #1095836
JoaoModeratorGklad to hear we managed to help.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1095444 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
