Tagged: currency sign, Disable search bar, language
I am having difficulty to edit couple of things.
• Disable the search on the cart page which appears on the left sidebar.
• In main menu navigation bar I want the language and currency sign to be deleted.
• Also on the cart page if you add any item in the cart. It will show you update cart button and proceed to check out button before the order total. I want both buttons to show after the order total. I have attached the pic as well.
Can someone please help me with that.Thanks
Hello,
1) Navigate to Cart page Dashboard->Pages->Cart->Edit->Page Layout->Sibebar position and without sidebar.
2) Please add this code into custom.css file.
.header-type-10 .menu-wrapper .languages-area{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
3) Concerning WooCommerce question we recommend you to contact their support. They should provide you with more information.
Regards,
Robert Hall.
Hello,
Try to add this code and check your Checkout page.
.before-checkout-form .checkout_coupon input[type="text"]{
height: inherit;
}
Regards,
Robert Hall.
Hi
I have changed footer and header font size manually on the website. I have attached the picture which shows clearly that website font is smaller than demo website. Can you please tell me how to fix the font size same as on the demo website
Checkout page
Footer
Product description
Hi
i have added the code in custom.css file however it didnt work. you can check my website it still the same