Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1236667
    [email protected]
    Participant

    Hello
    I have the ethos carousel

    http://tatyanakozh.staging.wpengine.com/

    I would like to hide the name of the contributor and the tag (currently style) on the front page, and only have it have thedate. How would I do that?

    #1236684
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    span.entry-cover-author,
    span.entry-cover-categories {
        display: none;
    }
    .x-post-carousel.unstyled .entry-cover:hover .x-post-carousel-meta {
        margin-bottom: -100px;
    }

    Hope it helps 🙂

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