Hey guys,
I’m currently having issues with my cart being transparent/invisible.
how do i fix this please? Website - www.Xalioa.com
Hey guys,
I’m currently having issues with my cart being transparent/invisible.
how do i fix this please? Website - www.Xalioa.com
Hi @ShaneoDunco
You can solve it by adding this code to Custom CSS in Online Store> Themes > Customize > Theme settings.
.drawer__inner { background: #fff !important; }
thank you!
Very welcome!
same issues with my menu tabs on mobile, how to get white background please?
Please update the code to this
.menu-drawer,
.drawer__inner { background: #fff !important; }
thanks again!!!
is there any way i can move my button up slightly to suit mobile on my shop banner?
Add this additional code
@media (max-width: 749px) {
.banner__content .banner__box {padding-bottom: 20px !important;}
}