ResolvedHOW TO CHANGE THE CART MENU COLOR?
Tagged: cart menu, change colour
- This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago by
Althemist.
- AuthorPosts
- September 22, 2020 at 10:09 am #25890
marketing.agrusti
ParticipantHello,
We want to change the colour of the Cart Menu (the little bar that is placed on the right of the header where the user can find the cart, the searchbar and the login). In particuliar we want to set a white background, letting the icons black.
The site is http://www.tybo.it
It is possible?
Thank you so much,Have a nice day!
September 22, 2020 at 10:13 am #25891marketing.agrusti
ParticipantHello,
We also want to change the alert when the cart is full.
For exemple: when you have something in the cart and you make a new search on the site, the site shows you first your old cart, with the products that you have to pay and right after the page you was searching for.
We want just to reset this option and make the searches possible without showing the cart (even if is full) to users.The website is http://www.tybo.it.
It is possible?
Thanks,
ByeSeptember 22, 2020 at 3:40 pm #25896Althemist
KeymasterHello marketing.agrusti,
The search and cart bar bacground color is the color set as main site accent color under Theme Options > Common Styles. If you want to use a different color, the only way to do it would be with custom CSS rule. Something like this:
.babystreet-search-cart-holder:before { background-color: #ffffff; } .babystreet-search-cart-holder .babystreet-search-trigger > a, .babystreet-search-cart-holder #cart-module a.cart-contents, .babystreet-search-cart-holder #cart-module a.cart-contents::before, .babystreet-search-cart-holder .babystreet-wishlist-counter a, .babystreet-search-cart-holder .babystreet-wishlist-counter a i, #babystreet-account-holder i { color: #000000; }
For the cart problem – this is not the default theme behavior as you can see on our demo. It looks like your default WooCommerce pages are not properly set. Make sure the default Shop page is set correctly under WooCommerce > Settings > Products and all other system pages are set under WooCommerce > Settings > Advanced.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.