Hi,
Is it possible to have the animated cart widget design white on my home page and black on every other page ?
Thanks,
This topic has 10 replies, 3 voices, and was last updated 9 years ago ago by Eva Kemp
Hi,
Is it possible to have the animated cart widget design white on my home page and black on every other page ?
Thanks,
Hello,
I’ve added this code in Global Custom CSS:
.cart-design-2.design-white .cart-bag:before {
border-color: black;
}
.cart-design-2.design-white .cart-bag .badge-number {
border-color: black;
color: white;
}
.cart-design-2.design-white .cart-bag .badge-number:before {
box-shadow: 0px 0px 0px 35px #000 inset;
}
and this code to CSS block in VC editor in your home page:
.cart-design-2.design-white .cart-bag:before {
border-color: white;
}
.cart-design-2.design-white .cart-bag .badge-number {
border-color: white;
color: #3D3D3D;
}
.cart-design-2.design-white .cart-bag .badge-number:before {
box-shadow: 0px 0px 0px 35px #FFF inset !important;
}
Please check your site now.
Regards,
Eva Kemp.
Thanks Eva,
That works great!!! is there a way to change the colour of the total cost text(to the left of the cart bag illustration) black on these pages also ?
Thanks,
Hello,
Use this code in Global Custom CSS
.amount{
color: #000;
}
Regards,
Robert Hall.
That has seemed to take the site off line ??
How do i remove that line of css to get the site back I can no longer see the front or back end of the site !!
Hello,
As I see your site is working fine and color is added also. See screenshot: http://prntscr.com/8qivnh
Regards,
Robert Hall.
Hi,
I have an issue related to this code? when i roll over a item on the nav menu it goes transparent. Please see image attached ? it there any code i can insert just to get the rollover to fade slightly rather than disappear?
image download link
http://we.tl/CKLhbYv7No
Thanks,
Nathan
Hello,
Please add this code in Global Custom CSS:
.header-type-6.slider-overlap .header .menu-wrapper .menu > li > a:hover {
color: black;
}
Regards,
Eva Kemp.
amazing thanks Eva!!!
one last thing on this. The total cost in my cart on the home page is in black text, on the home page only is it possible to make this text white without changing the black colour of the number of the items in/on the shopping bag symbol?
Thanks,
Nathan
Hello,
Please add this code in Global Custom CSS:
.page-id-182 .cart-design-2 .shopping-cart-widget .shop-text .total span {
color: white !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up