How to change color of search bar debutify

hello everybody, I want it like this without a border and with white text and the ‘x’ also in white,

i put some pic down.

Please share your store url

Hello, www.mixtrade.ro

Please check your theme. Most of it you can change from theme settings. And in your theme.css file add this at the very bottom

input[type=“search”]{

color: white;

}

input[type=“search”]:hover {

border: none !important;

box-shadow: none !important;

outline: none !important;

}
.js-drawer-close .material-icons-outlined{

color: white !important;

}

is not work

Sorry about this. Actually debutify is a paid theme and I am on a development store which does not allow editing paid themes. So I was doing it from chrome inspector but some things are difficult to do from inspector tool since there are already styles applied and we have to override those.

I know the code is right it’s just where to put them.

I hope you added the code in the right place. So opening the code editor and looking for theme.css file and pasting everything at the bottom.

This is for the product card buttons to show down below

Open your theme code editor. Click on the three dots from the customizer and click on edit code. On opening of the code editor search for theme.css file and add this at the very bottom of everything.

.card .card__body .row div:first-child{

order: 4;

}