Shopify themes, liquid, logos, and UX
Hi,
i want to change the Font Color of my Header but only on the Page when you enter my Website. At the moment its Black but i want it to be white. When i change it in Shopify the Color of the Header changes on every Site. I really only want it to be white on the Main Page.
URL: sixdreamz.com
Solved! Go to the solution
This is an accepted solution.
{% if template == 'index' %}
<style>
.header__menu-item {
color: #fff;
}
.header-localization .disclosure .localization-form__select {
color: #fff;
}
.modal__toggle-open {
color: #fff;
}
.header__icon .icon {
color: #fff;
}
.header__active-menu-item {
color: #fff;
}
</style>
{% endif %}
This is an accepted solution.
{% if template == 'index' %}
<style>
.header__menu-item {
color: #fff;
}
.header-localization .disclosure .localization-form__select {
color: #fff;
}
.modal__toggle-open {
color: #fff;
}
.header__icon .icon {
color: #fff;
}
.header__active-menu-item {
color: #fff;
}
</style>
{% endif %}
Hi @sixdreamz
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025