Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195456
    onefoursix
    Participant

    re: http://146test2.co.uk/beerg/events/

    The posts that are feeding through – can we change the text to white please?

    #1195487
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .h-recent-posts, .x-recent-posts-date{
        color: white !important
    }

    Thanks.

    #1195502
    onefoursix
    Participant

    Thank you – is it possible to remove the date stamp for those specific “event” posts?

    #1195513
    Christian
    Moderator

    You;re welcome. Add the code

    .category-event .x-recent-posts-date {
        display: none;
    }

    Hope that helps. 🙂

    #1195515
    Paul R
    Moderator

    Hi,

    Yes, please add no-date in the class field of your recent posts element.

    http://screencast.com/t/6wJKpMQKb

    Then add this in your Custom > Edit Global CSS in the Customizer.

    
    .no-date .x-recent-posts-date {
        display:none;
    }
    

    Hope that helps

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