This topic has 4 replies, 2 voices, and was last updated 2 weeks, 6 days ago ago by Tony Rodriguez
Hello,
I can’t for the life of me find where i can change (font, color, radius for coupon code) of the elements circled in the picture. Also can we change quantity type (circle)?
Thank you,
Hello, @TheOne,
Thank you for contacting us and for using XStore.
1/ Kindly navigate to XStore builders > Cart page builder > Go to Builder > edit Cart page (default) > Edit cart table > Edit quantity > Select style Circle and then go to Style > check and set typography as per your requirement and update it.
Please see the image for reference in the private content area.
2/ To change (the font, color, and radius for coupon code), Please add the following CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
.coupon input#coupon_code {
border-radius: 12px 0 0 12px;
font-family: "Roboto";
font-size: 18px;
max-width: 200px;
border-right: 0;
}
.coupon input[type="submit"][name="apply_coupon"] {
border-radius: 0 12px 12px 0 !important;
min-width: 120px;
font-family: "Roboto";
font-size: 18px;
position: static !important;
height: 37px;
}
.coupon {
justify-content: start;
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best regards,
8Theme’s Team
Perfect. How about, if i want to change cart product titles and price (separately)?
Hello, @TheOne,
Thank you for your response.
We kindly request further clarification regarding your inquiry, as it is currently a bit unclear to us. Could you please provide more detailed information about your specific request or desired goal? This will help us better understand your needs and assist you more effectively.
We look forward to your response.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up