Okay
  Public Ticket #1515269
ALL
Closed

Comments

  • talkbackmaster started the conversation

    Hi,

    I need to hide the word "all" from filter list. How?

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please provide a link to your website so we can help you out with this,

    Regards

  •  8,470
    Tahir replied

    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):

    a[data-filter="*"] {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team