Tagged: x
-
AuthorPosts
-
May 19, 2016 at 10:44 am #999625
daniel vParticipantI’ve used the php code from an earlier question to remove post author names on the Posts page but it doesn’t work on the post slider. How can this be done?
May 19, 2016 at 11:58 am #999770
RahulModeratorHey there,
Can you post the link to your blog page?
Thanks
May 19, 2016 at 12:53 pm #999909
daniel vParticipantIt’s actually not the blog page – it’s the main page blog slider above the menu:
buildanewlife.ca
May 19, 2016 at 1:41 pm #1000001
RahulModeratorHey there,
Please add the following Custom CSS :
/* Hide Author and Date */ .x-post-carousel-meta span.entry-cover-author, { display: none !important; } /* Adjust Carousel Hovered content in middle after hiding Author and Date */ .x-post-carousel.unstyled .entry-cover:hover .x-post-carousel-meta { bottom: 54px; }Hope that helps.
Thanks
May 19, 2016 at 8:05 pm #1000587
daniel vParticipantI added this to the style.css. I increased the specificity of the sector so I wouldn’t have to use !important (too many side effects)
/* Remove Author Meta from Carousel */
.x-post-carousel-meta > span.entry-cover-author
{
display: none;
}/* Adjust Carousel Hovered content in middle after hiding Author */
.x-post-carousel.unstyled .entry-cover:hover .x-post-carousel-meta {
bottom: 87px;
}May 19, 2016 at 10:42 pm #1000839
Nabeel AModeratorGlad you’ve sorted it out.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-999625 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
