Order buttons and some elemnts
-
Hi guys.
1. Im trying to change the order of the hidden cart buttons.
Right now cart displays before checkout. We would like to make it backwards
I was using this css but its not working.
a.button.btn-cart.wc-forward {
display: flex !important;
flex-direction: column !important;
order: 2 !important;
}
2. I need that the last widget on mobile footer be opened on loading. Im atacching images
Is this possible?
Thank you very much for your help.
Hello,
1) Sorry but it is not possible to change the order of the buttons using Simple Custom CSS.
It requires customizations and this is beyond our limitations and support policy.
2) Sorry but currently I am unable to see the screenshot you attached. Please make sure that you have added it correctly to check it myself and help you out accordingly.
Best Regards
1. I completely understand. Please poit me in tge right direction.
2. Basically just need that the third widget is not collapsed
Hello,
1) You can find the file under “woodmart/woocommerce/cart/mini-cart.php” and customize it at your own risk.
2) Sorry but there is no option in Theme Settings available for that.
Regards.
Xtemos Studios