Help with Transparent Header Link Colour (Expanse Theme)

https://xsx07tzh6x4n0dkc-50820350128.shopifypreview.com

I need help changing the colour of the links to the transparent header to black. The theme doesn’t give me that ability

Hello @Ked

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

header ul.site-nav li a, summary { color: #000 !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

@Ked ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid

Step 3: Add this code before


Result:

If it helps you, please like and mark it as the solution.

Best Regards :heart_eyes:

Thanks! it works but would prefer if it affects the cart button and Account button

Like so

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.site-nav__icons>.site-nav__link--icon { color: #000 !important; font-weight: 500 !important }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

@Ked , change the previous code simply like this


Result: