Okay
  Public Ticket #2233304
Removing post descriptions
Closed

Comments

  • samwell7814690 started the conversation

    Hi,

    How can I hide the excerpt for one recent posts module but not others on a page. 

    On the above link I want to hide the post excerpt for the "Our Credentials" section.

    Hoping you can help

    Thanks
    Damien

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #insights .blog-recent[data-style*="classic_enhanced"] .excerpt {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • samwell7814690 replied

    brilliant thankyou