Shopify themes, liquid, logos, and UX
Hello, i cant for the life of me work out how to change the colour of the tabs in my header. All colour schemes have the text set to white but nothing is working. Any help is appreciated. thanks
Shopseiza.com
The color has already been changed. You can clear your browser cache to see the white color.
See from my end:This is what I
Sorry. the one i am trying to change is in an unpublished theme.
No problem, I just need the preview link to send you the CSS code to fix this issue.
Hello @seiza123
Now the color of header menu already white. But the submenu is white:
Before:
Add this css to make it black:
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 </body> on theme.liquid
<style>
header-menu ul#HeaderMenu-MenuList-5 li a {
color: #000 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
@seiza123, I see the color of header has already been changed to white. But the submenu is white and the same color as the background
Follow these step to change it to black
Step 1: Go to Admin -> Online store -> Theme > Edit code
Step 2: Search for the file theme.liquid
Step 3: Add this code before </body> tag
<style>
details[open]>.header__submenu * {
color: black;
}
</style>
Result:
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025