Change Background Color of Rich Text on Cart Page - Empire 9.0.0 Theme

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.

1 Like

@codewiser That worked! Thank you so much.

1 Like

Thank You Thekenstar