This topic has 68 replies, 4 voices, and was last updated 10 years, 3 months ago ago by Jack Richardson
Hello,
Please add this code into custom.css:
select {
border: 1px solid #000;
}
The arrow is an image wp-content/themes/legenda/images/select-arrow.png, and to change its color you need edit this picture with some image editor.
To remove the white block on Wishlist page add the following code into custom.css:
.woocommerce table.cart .product-thumbnail {
display: none;
}
and this one to make inner border of newsletter box black:
.widget_mc4wp_widget {
border: 1px solid #000;
}
Regards,
Eva Kemp.
Also use this code to make the lines on the Checkout page black:
.payment_methods li:first-child, .payment_methods li {
border-top: 1px solid #000;
}
Regards,
Eva Kemp.
Thank you, that all worked except the border on the checkout page is still the same?
Also can you make the highlighted link black please, see attached…
Also can we make the highlighted line black please, see attached…
Hello,
I’ve made requested changes. Please check!
Regards,
Jack Richardson
Thank you, the border on the checkout page is still the same though, can you change it to black please?
Hello,
I’ve corrected this. Please check.
Regards,
Jack Richardson
Tagged: background, color, colour, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up