Make the a homepage bar visible only when login.

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2830


      Silvia
      Guest

      Would you please provide guidance how to hide the bar that contains: Search for all Products + All Categories + Search for non login members?. This bar can be visible only for login members.

      Thank you,

      Silvia

    • #2833


      Spiracle Themes
      Guest

      Hi Silvia

      Thanks for reaching out

      Try the CSS below

      .header-product-search .search-form-wrapper {
      display: none;
      }

      .logged-in .header-product-search .search-form-wrapper {
      display: block;
      }

      Copy & Paste it in Appearance -> Customize -> Additional CSS

      Best Regards

Viewing 1 reply thread

Reply To: Make the a homepage bar visible only when login.

Your information:




Cancel