Hi there,
In a previous thread (https://www.8theme.com/topic/how-to-correct-background-colors-for-titles-attributes-etc/) You gave me custom CSS code to fix the background colours begin the same as text (see thread above).
After pushing from staging to live version this is no longer working and everything has reverted back to how it was.
The custom CSS is still showing in theme options though so I can’t see why it won’t work?
.single-product .meta-title span, .step-title span, .quantity input[type=”number”], .st-menu-content {
background-color: #565656;
}
select, .cart-popup-container p, .login-link .login-popup .popup-title span, .login-link .login-popup label, .emodal-text p, .emodal .emodal-title, .shopping-container .small-h,
.form-row input.input-text {
color: #565656;
}
.order-review .step-title span {
background-color: #777777;
}