Shopify themes, liquid, logos, and UX
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:
(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
Solved! Go to the solution
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!
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
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!
@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.
✨🤩🙏🏽
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024