This topic has 8 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
Hey guys, how are you?
a couple of questions for you:
1) When I hover on the cart icon I can see the items inside it. Where can I style the buttons “View Cart” and “Checkout”?
2) In the checkout page, How can I add between subtotal and total a text (for example Free Shipping)?
Thank you!
Hello,
1) Try to check settings of buttons in Theme Options > Styling, or settings that come from elementor plugin.
2) Contact WooCommerce support.
Regards
Ok, wich kind of buttons are those?
light, bordered, active, dark…
I tried to change everyone of this kind of button but nothing changes.
Provide temporary wp-admin access.
Regards
Done
As I can see, you do not use our Header builder and styles come from Elementor plugin – http://prntscr.com/t1xfky
You can create the header from scratch using our builder – https://www.youtube.com/watch?v=RbdKjQrFnO4&list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG
or change the styling of current buttons using custom CSS code, for example
.header .elementor-button {
background-color: red;
color: black;
}
.header .elementor-button:hover {
background-color: black;
color: red;
}
Regards
Ok thanks.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up