StyledThemes

Remove Search Product from Header

Home Forums WordPress Themes – Premium Styled Store Pro Remove Search Product from Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39709
    Michael Toney
    Participant

    Hi, how do I remove the search product box from the header? I only want it visible on a side-bar. Here’s the link http://diegopellicer-retail.com/

    #39714
    Binaya D
    Participant

    Hi Michael,

    Please use the following css to fix your issue;

    li.st-search.attach-with-menu {
        display: none;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.