Sense Theme | Change ALL menu and variant picker background/text color/highlight color

Solved

Sense Theme | Change ALL menu and variant picker background/text color/highlight color

MoreThanJordan
Visitor
3 0 0

Hello, 

Thank you in advance for your help,

 

May I please have assistance with changing the background color, highlight-hover color, and text color of every menu, variant picker, etc.

 

When I type in any Search bar, the text and the background is white, as well as the results. In the variant picker, the text only shows when its highlighted, the background result color changing blue.

 

For all variant pickers, search menus, quantity fields I would like:

- The background to be Black

- The text color to be White

- When an option is hovered, Id like the background of the option to be White and the text Black

(at that point I believe I will be able to update the colors if needed later on)

 

If there is a way to have these settings be the same, even as I add New pages, variant pickers with products, new sections, that would be amazing.

 

Examples shown below:

option selectors.pngSearchbarmenu.png

 

 

(Home page search bar with "test" text)

 

 

 

(Variant picker on All services page)

NOTE: 

It is worth mentioning that I want to keep the current colors on the slider/hamburger menu for mobile- shown below

menu color.png

Accepted Solution (1)
Sweans
Shopify Partner
396 76 117

This is an accepted solution.

Hi @MoreThanJordan ,


Thank you for sharing the store link. Please see the solution below:

 

1.  In your Shopify admin, navigate to "Online Store" under Sales Channels. Click the three dots next to the theme you wish to edit, then select "Edit Code".

 

2. Next you can find base.css file from assets folder

Add this css code:

 

 

#Search-In-Modal-1,
.predictive-search.predictive-search--header , 
.product-form__input.product-form__input--dropdown select ,
#Search-In-Modal{
background: #000;
}

#Search-In-Modal-1 , 
.predictive-search.predictive-search--header , 
.product-form__input.product-form__input--dropdown select *{
color: #fff;
}

.select__select:hover {
background: #fff;
color: #000;
}

 


If you need further assistance, feel free to reach out! I hope this helps! If it does, please like it and mark it as a solution!

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

Replies 4 (4)

Sweans
Shopify Partner
396 76 117

Hi @MoreThanJordan ,

To fix the issue please share your store link with us. So we can help you with detailed solutions.

If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

MoreThanJordan
Visitor
3 0 0

Good afternoon Sweans and thank you for your help :D,

 

My store link: morethanjordan.com 

Sweans
Shopify Partner
396 76 117

This is an accepted solution.

Hi @MoreThanJordan ,


Thank you for sharing the store link. Please see the solution below:

 

1.  In your Shopify admin, navigate to "Online Store" under Sales Channels. Click the three dots next to the theme you wish to edit, then select "Edit Code".

 

2. Next you can find base.css file from assets folder

Add this css code:

 

 

#Search-In-Modal-1,
.predictive-search.predictive-search--header , 
.product-form__input.product-form__input--dropdown select ,
#Search-In-Modal{
background: #000;
}

#Search-In-Modal-1 , 
.predictive-search.predictive-search--header , 
.product-form__input.product-form__input--dropdown select *{
color: #fff;
}

.select__select:hover {
background: #fff;
color: #000;
}

 


If you need further assistance, feel free to reach out! I hope this helps! If it does, please like it and mark it as a solution!

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

MoreThanJordan
Visitor
3 0 0

@Sweans AHHH ~ You are AMAZING!!!

 

Thank you sooo much for your help on this, it worked like a charm, and I appreciate it very much! Have a wonderful rest of your week.

🤩🙏🏽