This topic has 6 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello there, I am not able to find a way to edit the font and background colour for the woocommerce pages. Can you please point me to where this setting lives?
Thanks, Manoj
Hello,
You need to use custom css code. We will be able to help you with the code, once you provide URL and describe the desired result in more details.
Regards
I have made the site live for you to review: https://mojoeroasters.com/
Hello,
Thanks for the link.
Please describe in details what exactly need to be changed.
Regards
I would like for the font colour on the shop page to be white since the background is black (https://mojoeroasters.com/cart/, https://mojoeroasters.com/shop/)
Hello,
.st-pusher, .step-title span,
.register-link .register-popup .popup-title span,
.login-link .login-popup .popup-title span,
.cart-popup-container,
.register-link .register-popup,
.login-link .register-popup,
.register-link .login-popup,
.login-link .login-popup {
background-color: black !important;
}
.btn:hover {
color: white;
border-color: white;
}
.shop-table .table-bordered td.product-price span,
.shop-table .table-bordered td.product-subtotal span,
.shop_table .order-total td,
.order-list .media-heading a,
.shopping-container .big-coast,
.woocommerce-shipping-calculator a {
color: white;
}
form .form-row input.input-text,
form .form-row textarea,
.coupon input[type=text] {
color: #333333;
}
.order-review .step-title span {
background-color: #333333 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up