Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Detamorfuse,

    1) To hide the search everywhere except the home page, add this code to the bottom of your Theme’s main CSS (which you should hopefully be able to access by going to Appearance->Editor->style.css)

    
    .widget.widget_upcp_search_bar_widget {display:none;}
    .home .widget.widget_upcp_search_bar_widget {display:block!important;}
    

    2) To display Detail view only, use this shortcode:

    
    [product-catalogue id="1" excluded_layouts="List,Thumbnail" products_per_page="20" sidebar="No"]
    

    Then go to UPCP Settings and edit your Catalogue. Add this CSS to the Custom CSS box:

    
    .prod-cat-header-div {display:none;}
    
    Thread Starter detamorfuse

    (@detamorfuse)

    Hello,

    Much appreciated, great support.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search bar takes too much place and view icons problem’ is closed to new replies.