Navigation menu text and footer opacity.

Navigation menu text and footer opacity.

erollencabo
Visitor
1 0 0

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?

Replies 4 (4)

SUM0513
Shopify Partner
11 1 5

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.

rajweb
Shopify Partner
683 58 130

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

-Need a Shopify developer?
https://rajatweb.dev/

Email: rajat.shopify@gmail.com

DaisyVo
Shopify Partner
4340 482 568

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?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

B2Bridge
Explorer
335 67 82

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.