Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072412
    bedingfield
    Participant

    Morning,

    Could you tell me how I can hide the css tag entry-content-excerpt from my WP pages please? iT SHOWS up as white space in my results.

    http://elyrunners.club/?s=club+handicap

    See ‘benefits of membership’ too much white space below where except would be. I think I am right in saying excerpt is not possible in pages.

    Thank you.

    #1072430
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .entry-content.excerpt {
        margin: 0 !important;
        display: none !important;
    }

    Let us know how this goes!

    #1073478
    bedingfield
    Participant

    Hi there,

    Thank you. I only want this active for pages. Is this possible?

    Thank you.

    #1073529
    Darshana
    Moderator

    Hi there,

    Use the following CSS rule instead.

    
    .page .entry-content.excerpt {
        display: none;
    }
    

    Hope that helps.

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