Hi, I want to change the background of my Refresh Theme.. It’s now black/dark blue and it needs to be white with darkblue text. website = www.supbro.eu and maybe the checkout button darkblue with white text, for the contrast
@persijnveever - can you please share the password to view page?
@persijnveever - add this css for cart
.drawer__inner, .drawer__header, .cart-drawer thead, .drawer__footer, .cart-item__quantity .quantity__button{background-color: #fff;}
@persijnveever - for search and button
input#Search-In-Template {background-color: #fff;}
.product-form__input input[type=radio]+label,
.product-form__input input[type=radio]:checked+label{background-color: #fff;}
you are a hero, where do i place them? liquid.theme or?
@persijnveever - please add to the very end of your base.css file
@persijnveever - 2 things, please add bracket “}” on line 2931 and add !important to css code so it becomes
.product-form__input input[type=radio]+label, .product-form__input input[type=radio]:checked+label {background-color: #fff !important;}
it worked for search button and gift card section! So that’s great.
The only thing that is not working is the cart page with this code
.drawer__inner, .drawer__header, .cart-drawer thead, .drawer__footer, .cart-item__quantity .quantity__button{background-color: #fff;}
How and where do i put this code in? also in base.css?
@persijnveever - yes and add !important after it too so it becomes
.drawer__inner, .drawer__header, .cart-drawer thead, .drawer__footer, .cart-item__quantity .quantity__button{background-color: #fff !important;}
@persijnveever - add this
.quantity__input{background: #fff !important;}
.cart-drawer .cart__checkout-button {background-color: #0e1b4d; color: #fff;}
cart-remove-button .icon-remove path{color: #0e1b4d;}
I think I did something wrong
now the cart is back to how it was, and I don’t know how I fixed it in the first place.. Uhmm do I put the last code you send with the other code? So this
.drawer__inner, .drawer__header, .cart-drawer thead, .drawer__footer, .cart-item__quantity .quantity__button{background-color: #fff !important;}
.quantity__input{background: #fff !important;}
.cart-drawer .cart__checkout-button {background-color: #0e1b4d; color: #fff;}
cart-remove-button .icon-remove path{color: #0e1b4d;}
? because this is not working
@persijnveever - can you add me as collab? i can send request, because it is quite difficult to solve this from page, I will make sure that it works
I added you! Thanks brother
@persijnveever - looks fine, what error did you get?
@persijnveever - you are right, something weird, checking it
@persijnveever - please check












