solarsurfer Merchant Van United Kingdom Lid sinds mrt. 2021 solarsurfer 24 jul. 2024 10:12 Hi In Admin > Appearance > Edit Styling Is there anyway to change the background colours of these in the edit styling :- Background colour Form entry (EG add customer address) Background colour for cart item ordered Background colour for cart payment option Background colour header - footer Thanks in advance
tonny Curtain Guru Van Netherlands Lid sinds dec. 2016 tonny 24 jul. 2024 13:55 Use Firefox right mousebutton select inspect. rr Google F 12 Elements to seach for the css Background colour Form entry /includes/templates/default.catalog/css/framework.css? 414 .card { margin: 0; margin-bottom: var(--gutter-y); background: #dce1c4; - Change this color border: 1px solid var(--card-border-color); border-radius: var(--border-radius); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); color: var(--card-text-color); } ++++++++++++ /includes/templates/default.catalog/css/checkout.css? 131 box-checkout-shipping .option.active, #box-checkout-payment .option.active { background: #abb0c5;