How/where can I change the gray color of the background to a different color? Please see attached image. Thank you.
Cart page can be accessed here: https://propmoney.com/cart
How/where can I change the gray color of the background to a different color? Please see attached image. Thank you.
Cart page can be accessed here: https://propmoney.com/cart
Hello Thekenstar!
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
.cart-sidebar .cart-sidebar-item–text { background-color: gray; }
Note: change “gray” text according to your color preference.
@codewiser That worked! Thank you so much.
Thank You Thekenstar