How to change the search backcolour from pink to a different colour but keep menu header pink.

Solved

How to change the search backcolour from pink to a different colour but keep menu header pink.

createdbylove
Excursionist
67 0 9

Hiya, could someone please help me out? How can I change the search button colour to a different colour and not pink. I've changed my menu colour to pink which has change the search bar to pink and I didn't want the search bar that colour just the header menu.

1000002787.jpg

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

@createdbylove  if you want like this. you can try this code

.search__input.field__input, #predictive-search-results {
    background: white !important;
}
.search-modal__content {
     background: #F0F0F0 !important;
}

 

BSSTekLabs_0-1722351108857.png

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

BSS-TekLabs
Shopify Partner
2401 695 832

- Here is the solution for you @createdbylove 
- Please follow these steps:

step.png

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.search__input.field__input {
    background: white !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1722349335825.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
createdbylove
Excursionist
67 0 9

Thank you, I have messaged you as this is sort of what I'm after but isn't.

BSS-TekLabs
Shopify Partner
2401 695 832
.search__input.field__input, #predictive-search-results {
    background: white !important;
}

Can you try add this code @createdbylove 

BSSTekLabs_0-1722350850350.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

@createdbylove  if you want like this. you can try this code

.search__input.field__input, #predictive-search-results {
    background: white !important;
}
.search-modal__content {
     background: #F0F0F0 !important;
}

 

BSSTekLabs_0-1722351108857.png

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 832
.search__input.field__input, #predictive-search-results {
    background: white !important;
}
.search-modal__content {
     background: #F0F0F0 !important;
}
.field__input:focus {
 box-shadow: none !important;
}

BSSTekLabs_0-1722351932305.png

 

@createdbylove 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 832
@media only screen and (max-width: 600px) {
details[open] .modal-overlay:after {
    top: 55% !important;
}
.search-modal__content {
    height: 100px !important;
    top: -35px !important;
}
}

BSSTekLabs_0-1722353555228.png

 

@createdbylove 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now