Forum Replies Created
-
AuthorPosts
-
Do you mean remove the product description?
I guess you wanted to remove the description of the product so did that, please explain your problem more clearly.
Ok, I resolved this issue, please recheck.
Ok, hope you will vote 5 stars for our team.
Many thanks!
Please follow guide at Hide other shipping methods when “Free Shipping” is available
I added this code for your site, please recheck.
This is the default option of Woocommerce, it will display shipping options for you to choose.
#1, Qty input: please go to file functions.php: https://www.tourigalo.pt/wp-admin/theme-editor.php?file=functions.php&theme=piizalian-child
Search function:
function wc_remove_all_quantity_fields( $return, $product ) { return true; } add_filter( 'woocommerce_is_sold_individually', 'wc_remove_all_quantity_fields', 10, 2 );
And remove if you want to show qty input
#2. Setup Free shipping: please follow guide at https://docs.woocommerce.com/document/free-shipping/
Ok, I resolved this issue, please recheck.
#1. Issue: https://ibb.co/CtCBCFd
Use css code:
li.product:not(.quick-shop-shown):hover .product-block { border-color: #your-color !important; }
#2. Issue: https://ibb.co/KLH1JpT
Please go to edit page with elementor -> Edit Column Widget -> Tab Style -> Border -> Hover -> Edit color: https://prnt.sc/1eqp8er
Please upload your site to hosting and send Admin web account for me, I need to check your site.
Oh sorry, please select Order by Title
You need to select category -> Order by Date -> Order = DESC: https://prnt.sc/1el98hj
Hi again,
I have just fixed this issue, please recheck.
Hi you,
Please send Cpanel account for me, I will check and try to help you.
Oh sorry, please edit this css into:
li.post-4794.product .product-block-list-elementor a[class*=product_type_]:hover::before{ color: #your-color !important; }
-
AuthorPosts