This topic has 14 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
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.
Thanks For your help. Also on Checkout page where it gives you option to enter your coupon. If you open it with chrome or torch browser. it works fine however if you open it with Firefox it doesn’t show properly.
Hello,
Try to add this code and check your Checkout page.
.before-checkout-form .checkout_coupon input[type="text"]{
height: inherit;
}
Regards,
Robert Hall.
Thanks it works fine.
The royal theme demo website font is bigger than my website. How can I make it same size and style?
Hello,
Please specify for which elements you want to change font size.
Thank you.
Regards,
Eva Kemp.
Hi
The whole website font is smaller then demo royal theme site.
Hello,
As I see the font size is normal:
Could you please show a screenshot from your side?
Thank you.
Regards,
Eva Kemp.
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
Hello,
Please add this code in custom.css file:
p, .tabs .tab-content .list li {
font-size: 15px !important;
}
Thank you.
Regards,
Eva Kemp.
Hi
i have added the code in custom.css file however it didnt work. you can check my website it still the same
Hello,
Try to use this code:
.tabs .tab-content p, p {
font-size: 15px !important;
}
Thank you.
Regards,
Eva Kemp.
Hi
Its still the same. font size hasn’t change after updating the code.
Regards
Shahid
Hello,
As I see the code above working well. Please look at screenshot: http://prntscr.com/643ujk
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up