Okay
  Public Ticket #2076396
Search Results
Closed

Comments

  •  2
    joshmmurphy started the conversation

    Is there a way to exclude the shortcodes within my search results. I just want the page titles to show. Please see screenshot that displays the unwanted shortcode text.


    THank you

  •  8,994
    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):

    body.search-results #search-results[data-layout="list-no-sidebar"] article .inner-wrap {
        overflow: hidden;
        max-height: 156px;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    joshmmurphy replied

    thank you. worked perfectly and I appreciate the fast reply!