Tagged: x
-
AuthorPosts
-
September 19, 2016 at 4:20 am #1181073
MapParticipantHi,
I want the featured image thumbnails to appear except in the post itself.
My site is http://www.maruapula.org
the code :
.single-post .entry-featured {
display:none;
}Is not removing the featured image from the post.
Please advise!
Many thanks!
September 19, 2016 at 4:24 am #1181078
Paul RModeratorHi,
That should work, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
September 19, 2016 at 4:28 am #1181087
MapParticipantThis reply has been marked as private.September 19, 2016 at 4:48 am #1181116
Paul RModeratorHi,
There is a syntax error in your code.
Please replace the entire code in your custom css with this.
.x-navbar .desktop .x-nav>li>a>span { border-radius: 0em !important; } .x-topbar .x-social-global { display: none; } body .x-navbar .x-nav li>a>span:after { display:none; } .x-video .x-video-inner { padding-bottom: 78.25%; } table#wp-calendar caption { text-transform: none !important; } td#prev, td#next { display: none; } footer.x-colophon .x-colophon-content p { text-transform: none !important; } .post p{line-height: 1.5em;} body { line-height: 1.5em; } body p { margin: 0 0 10px; } .entry-title a { font-size:20px; } .x-recent-posts .x-recent-posts-date { color: #fffff !important; } .wp-caption-text { text-transform: none !important; font-size: 14px !important; } @media (max-width: 767px){ .x-column.x-sm { float: left; } } body { line-height: 1.5em; } li { line-height: 1; padding: 0px; } .x-columnize > ul > li { padding-left: 10px; } .single-post .entry-featured { display:none; }Thanks
September 19, 2016 at 5:53 am #1181193
MapParticipantThanks!
One other quick question – how do I change the (currently enormous) post title font size and the post date colour?
September 19, 2016 at 6:36 am #1181227
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.single-post .entry-title { font-size: 200%; } .single-post .entry-date { color: #000000; font-weight: 600; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1181073 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
