This topic has 8 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow
Hello,
How can I change the car page to be like as seen in the screenshot: https://prnt.sc/wirvg4
Thanks
Hello,
Sorry for the delay in answering.
Please describe in more detail what exactly do you want to change / the desired result.
Regards
Hello,
That is okay. It would be optimal if I could get the cart design pretty much exactly the same as the screenshot attachment.
The only difference is instead of the ‘SHIPPING’ on the right side, I would change it to ‘DELIVERY’. And the ‘COUPON:’ text can be smaller to be the same font style as the QUANTITY table heading. The ‘COUPON’, Coupon Code text insert bar and ‘APPLY COUPON’ can be on the left side.
Thanks
Hello,
It’s possible but it requires additional PHP and CSS customization. Additional customization is not included in basic theme support. You can submit customization request here to get help with this.
Regards
Hello,
For the current cart page, the prices are made too apparent and I would like to have the prices made subdued. Is there a way to have the cart using the Legenda theme which was where the other website theme’s from? I will change the fonts etc.
Thanks
Hello,
You can’t use one theme for the whole site and another theme for the cart page only. You can change the column layout of the cart page by copying royal/woocommerce/cart.php file to child theme and editing it according to your needs.
Regards
Hello,
I think reducing the cart buttons will be more beneficial in this instance. Is there a way to disable the cart link (tabulates down so that only the black checkout button is shown) on the top right of the website.
Thanks
Hello,
You can add the below code to hide the button from the minicart drop-down
.shopping-container .widget_shopping_cart_content .btn.border-grey {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up