Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #999625
    daniel v
    Participant

    I’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?

    #999770
    Rahul
    Moderator

    Hey there,

    Can you post the link to your blog page?

    Thanks

    #999909
    daniel v
    Participant

    It’s actually not the blog page – it’s the main page blog slider above the menu:

    buildanewlife.ca

    #1000001
    Rahul
    Moderator

    Hey 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

    #1000587
    daniel v
    Participant

    I 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;
    }

    #1000839
    Nabeel A
    Moderator

    Glad you’ve sorted it out.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-999625 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>