Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005871
    thetastesf
    Participant

    I was able to delete the date/categories on my homepage but I cannot figure out how to get rid of it on the archive version too. (thetastesf.com)

    This is what I added to my custom code

    .blog .x-slide .featured-meta {
    display: none;
    }

    .x-container.main:before {
    background-color: #ffffff;
    }

    #1005927
    Jade
    Moderator

    Hi there,

    Please try this CSS:

    .x-post-slider-entry .featured-meta {
        display: none;
    }

    Hope this helps.

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