Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1071066
    bedingfield
    Participant

    Hi there,

    I wondered if you could tell me what CSS is used to display tags? Ideally, I would like to hide them on mobile devices as they do not display how I would like them to. It would be easier to hide them really.

    I am talking about smart phones & tablets.

    http://elyrunners.club/breckland-10k/

    Thank you.

    #1071071
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    This is the CSS you could add to hide it on mobile 🙂

    @media ( max-width: 767px ) {
      
      .single-post .entry-header p:last-child {
      
      display: none;
      
      }
      
    }

    Cheers!

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