Shopify themes, liquid, logos, and UX
PLEASE HELP
so basically i did the headline tranperant with the text white, and also my color scheme is white on the page, so whenever i click on a page for example collections the text turns white i want it to turn black instead. But keep it white at the main page.
my reference: https://sageandsill.com/
Solved! Go to the solution
This is an accepted solution.
Hi @ibrahimdiginest ,
Please replace previous code with this updated one.
{% unless template.name == 'index' %}
<style>
.header__menu-item,
.header__heading-link:hover .h2,
.header__heading-link .h2,
.header__active-menu-item,
.header__menu-item:hover,
.header__icon {
color: black!important;
}
</style>
{% endunless %}
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @ibrahimdiginest ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
{% unless template.name == 'index' %}
<style>
.header__menu-item,
.header__heading-link:hover .h2,
.header__heading-link .h2,
.header__active-menu-item,
.header__menu-item:hover {
color: black!important;
}
</style>
{% endunless %}
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Also my icons please they arent showing black
This is an accepted solution.
Hi @ibrahimdiginest ,
Please replace previous code with this updated one.
{% unless template.name == 'index' %}
<style>
.header__menu-item,
.header__heading-link:hover .h2,
.header__heading-link .h2,
.header__active-menu-item,
.header__menu-item:hover,
.header__icon {
color: black!important;
}
</style>
{% endunless %}
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
THX SO MUCH BRO
We 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, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024