I am trying to remove the “Search results: ‘ ‘ ” text that shows above products on the Woocommerce Storefront search results page. Below is an image with the referenced text circled: I have …
Tag: storefront
Replace WooCommerce storefront search box for guests by a custom button
On woocommerce storefront header, for not-logged users, I want to replace the search box area with 2 gold bootstrap buttons: “Login”, “Register” (like the stackoverflow landing-page header), to send guests to my customized login/register urls. With your help I have this PHP and CSS snippets that work fine to hide the search box for no-logged users, but I don’t know
How to hide the storefront search box for not logged users?
On woocommerce storefront header, I want to hide the search box for not-logged users, and replace it with 2 yellow buttons: “Login”, “Register” (like the stackoverflow landing-page header) that send to my customized login/register urls. I tried this CSS code that works to hide the search box, but I don’t know what to do next: Answer You can use the
WooCommerce – unset ” removed notice…” on cart page
actions and filters. On my WooCommerce site I get the following message when I remove a product from the shopping cart: Looking over WooCommerce source code I have found a conditional statement in class-wc-form-header.php as part of the function update_cart_action(): But I can’t find the way to use it for eliminate this notice. I have try css solutions but it