If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1243119
How to remove categories from seach bar
Closed

Comments

  •  2
    Hassan started the conversation

    Hello,

    First i really appreaciate the support provided so far. Now i have another question. We are looking for simple search bar without categories. How can we remove categories from search bar?


    http://www.sensationalone.com/

  •  567
    Stormit replied

    Hi Hassan,

    Please try adding the custom css code below

    .ts-search-by-category select.select-category
    ,.ts-search-by-category .select2-container{
        display: none !important;
    }
    .ts-search-by-category .search-content{
        width: 100% !important;
    }
    

    Best regards,