d78427
1
Hi,
I am using the prestige theme and have 3 things I need help with:
-
How do i make the cart icon in header to be bold/ have more weight?
-
How do i change the “remove” text color in the cart drawer?
-
How do i change the background color of my cart drawer?
Thanks in advance.
@d78427 - all 3 changes will need css, can you please share your website link?
d78427
3
@d78427 - what colors do you want for remvoe and background?
@d78427
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
#sidebar-cart {
background: var(--header-background);
}
.CartItem__Remove {
color: red;
}
.CartItem__Remove:before {
background: red !important;
}