This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
I have modified my custom.css, here what I have used so far that works well:
——————————–
.main-nav{
background-color: #b2ad99;
}
.fixed-header{
background: #80a3b7;
}
header {
background-color: #80a3b7 !important;
}
.header1 {
margin-top: 0px;
margin-bottom: 0px;
}
————————————–
However:
1) I would like to know how to change the page color (not the background of the website). Currently, it’s white. I would like to change it to another color like #fffef1.
2) For some reasons the hover links or button are white.
3) how to change the background color of the sub menu.
4) My shopping card color it’s all white, we cannot see the “Add to card”
Hello,
Please add this code in custom.css file.
1)
.page-wrapper {
background: #fffef1;
}
2)
.main-nav .menu > li > a:hover{
color:red;
}
3)
.main-nav .menu > li .nav-sublist-dropdown {
background-color: #693D3D !important;
}
4) Please provide us with link to cart page and some products.
Regards,
Robert Hall.
1) Here is the link to the product page that it’s hard to see the “Add to Cart”
http://julianadesign.com/db2015/product/daruna-bowl
2) The hover on “Read More” button still is not visible:
Here is the link:
http://julianadesign.com/db2015/blog
Thanks,
k1
Hello,
1. Add this code in custom.css file:
.single-product-page .product-info .single_add_to_cart_button {
color: black !important;
background-color: white !important;
border: 1px solid black;
}
2. Please use this code in custom.css file:
.featured-posts .featured-post .read-more:hover {
border: 1px solid #DDD;
color: #000;
background-color: rgba(255, 255, 255, 0.2);
font-size: 12px;
}
Regards,
Eva Kemp.
Tagged: how to, page color change, seo friendly, templates, tutorial, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up