Shopify themes, liquid, logos, and UX
I am trying to stop my header changing colors when the menu is clicked and also would like to add my email address to the header
Homepage is https://deadsetthreads.com.au/
Solved! Go to the solution
This is an accepted solution.
Hello @AmberWilkinson
Add below code to end of theme.css file
store-header.header.is-filled .header__logo-image {
filter: invert(1);
}
If you need further assistance feel free to reach out.
If you find this information useful, a Like would be greatly appreciated. And If this resolves your issue, kindly hit Like and mark it as the Solution! Thank you!
You can add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
{% if template == 'index' %}
{% else %}
<style>
.header__logo-image {
filter: invert(1);
}
</style>
{% endif %}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
I have tried this and it didnt work
Can you show me where did you add the code?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @AmberWilkinson -------> 1) to stop header changing colors when the menu is clicked.
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
@media screen and (pointer: fine) {
.link-faded-reverse:hover {
opacity: unset;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Nope that doesnt work either
This is an accepted solution.
Hello @AmberWilkinson
Add below code to end of theme.css file
store-header.header.is-filled .header__logo-image {
filter: invert(1);
}
If you need further assistance feel free to reach out.
If you find this information useful, a Like would be greatly appreciated. And If this resolves your issue, kindly hit Like and mark it as the Solution! Thank you!
Thank you!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025