Hi there,
I want to change the header color for mobile and desktop view to ‘Black’ for *homepage only and the other pages to remain as the default color of dawn theme which is ‘White’.
Thank you in advance.
Hi there,
I want to change the header color for mobile and desktop view to ‘Black’ for *homepage only and the other pages to remain as the default color of dawn theme which is ‘White’.
Thank you in advance.
Hi @crepscity ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
{% if template.name == 'index' %}
{% endif %}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hi there,
New issues:
The white hover effect on the menus is still there and needs to be removed. It doesn’t fit with the design and is making things look off.
The dropdown menu arrows are still invisible because they’re black, and the background is also black. They need to be changed to white color.
The ‘Accessories’ menu now has a full white border or background that covers the entire item, which shouldn’t be happening. This needs to be fixed so it aligns with the rest of the design.
Thank you in advance.
Also, i would like to show a 1px white boarder line under the header on the homepage. Bare in mind there is currently an active black boarder line.