This topic has 4 replies, 2 voices, and was last updated 1 months, 2 weeks ago ago by Rose Tyler
Can we make the “insert coupon code” bolder bigger on the checkout page so that our customers can visibly see it as it is very easy to miss it on the page.
Hello, Monique,
Thank you for reaching out with your request. We understand the importance of making the “insert coupon code” option more visible on the checkout page.
Custom CSS code can be used, for example:
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
font-weight: 900;
}
Best Regards,
8Theme’s Team
Thank you. Lastly instead of this been a drop down or click to view.. can it stay visible on the checkout page, so you don’t have to click on “click here to enter your code” It must already look like the screenshot I’ve attached.
Hello, Monique,
Please try to change the previous code to:
.before-checkout-form .checkout_coupon {
display: block !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
font-size: 0px;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up