Hide comments count on presentation page

  • Author
    Posts
  • #43518

    Hi there
    I’d like to hide the comments count from the posts on my presentation page as these cover up the headers when viewed on a mobile. Can you tell me how to do this? I can’t find an obvious option in the Parabola settings or in the WP settings.
    Thanks.

    Website: campfiremag.co.uk

    #43631
    Zed
    Cryout Creations mastermind

    The theme doesn’t have an option specifically for this change, but it can be done with custom CSS:

    @media (max-width: 650px) {
      .content-masonry .comments-link { display: none; }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43634

    Where do I add that custom CSS, Zed?

    #44153

    I’ve added this to the custom CSS and it changes nothing. Help!!!

    #44171
    Zed
    Cryout Creations mastermind

    That styling applies to screen sizes narrower than 650px (apparent size). You may be using a device that uses a narrower resolution.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44204

    You’re right!! That works perfectly now. It doesn’t work by adding the custom CSS to the presentation page miscellaneous box, but I tried it in the Edit CSS menu in WordPress and that worked fine.

    A similar issue on a phone screen, though, is the overlap of social icons in the header over the site title.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide comments count on presentation page’ is closed to new replies.