This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
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
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.
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
Hello,
Sorry for misunderstanding.
Please use this code:
div.wpsc_product_search {
display: none !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up