Shopify themes, liquid, logos, and UX
Hi i need help fixing the navigation menu or both header and footer on my store. It seems that the menu texts are faded or the opacity is not full. How do I change this?
Hello,
It could be that some CSS is overwriting your required CSS, or rather there could be some other discrepancy. Could you send more context? Screenshots and store link.
Hey @erollencabo ,
It sounds like your navigation menu and footer text might have a CSS issue, such as reduced opacity, low contrast, or a transparency effect applied. Here’s how you can fix it:
1. Check and Adjust Opacity in CSS:
The opacity might be set to a lower value in your CSS. Look for something like this in your styles:
.header-menu a, .footer-menu a {
opacity: 0.5; /* This makes text appear faded */
}
To fix it, update the opacity to 1:
.header-menu a, .footer-menu a {
opacity: 1;
}
2. Check Text Color and Contrast:
If the color is too light, it might seem faded. You can make it darker by modifying the color property:
.header-menu a, .footer-menu a {
color: #000; /* Change to a darker color if necessary */
}
3. Check for Transparency in Parent Elements
.header, .footer {
opacity: 0.7;
}
Change it to:
.header, .footer {
opacity: 1;
}
Let me know if this helps or if you need more specific guidance!
If I was able to help you, please don't forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!
Best Regard,
Rajat
Hi @erollencabo
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?
Hi @erollencabo
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025