Products Shop Page View - by lisamarie - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: lisamarie
    lisamarie
    Participant
    May 26, 2015 at 11:22

    Hello

    There is a faded blue bar above the first row of product. It allows a customer to choose the view,sort, show, search ? How can I hide this or remove it and select grid only view.

    thanks so much in advance for your time.

    sincere regards

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2015 at 11:30

    Hello,

    Please add this code in custom.css file:

    div.wpsc_product_search {
     background-color: transparent !important;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

    Avatar: lisamarie
    lisamarie
    Participant
    May 26, 2015 at 14:38

    Hi, thank you so much for info.I copied and pasted the above in my Custom CSS Manager Plugin, and then clicked “enable custom CSS file “. It got rid of the blue colour but I would like to remove or hide the whole thing with the view option, sort, search etc?

    thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2015 at 15:41

    Hello,

    Sorry for misunderstanding.
    Please use this code:

    div.wpsc_product_search {
       display: none !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.