Hello,
I’ve added the following code to change borders in sidebar on the Shop page:
.sidebar-widget .widget-title {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
I’ve readded the copyright information into the Footer Links widget area. Please check the footer on the site now.
Also I’ve edited the code for contact form:
#contact-form input, #contact-form textarea {
background-color: #FCFBE3;
}
Now it’s showing the necessary background color.
And I have added the code below to change background color for “Add to cart” button:
.single-product-page .product-info .single_add_to_cart_button {
background-color: #FBCFCF;
}
Regards,
Eva Kemp.