• Hello,

    I am trying to remove the “Select category” dropdown of the search bar (shown as “Seleccionar categoría” in my website), in order to make the search bar more simple, and I don’t know how to do it. I tried some CSS code but it won’t work.

    If removing this is not possible, I would like to exclude some categories from appearing in the dropdown.

    Thank you in advance,

    Marc

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @casualtics,
    Thank you so much for using our theme StoreCommerce.
    Please add the below css codes on Appearance > Customize > Additional CSS,

    .aft-header-background .cate-dropdown {
        display: none;
    }

    Hope this helps.

    Thank you
    AF Support Team

    Thread Starter casualtics

    (@casualtics)

    It worked perfectly, thanks!!
    Do you know if it is possible to make the search bar shorter?

    Hello @casualtics,
    Kindly add this CSS on Appearance > Customize < Additional CSS,

    .header-style-3 .search {
        width: 20%;
    }

    If you want to increase the size of search bar, simply change the number 20.
    Hope this helps.

    Thank you
    AF Support Team

    Thread Starter casualtics

    (@casualtics)

    Great, thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “Select Category” dropdown from the search bar’ is closed to new replies.