Links on header appear to have some sort of transparency to them. How do I remove it?

Links on header appear to have some sort of transparency to them. How do I remove it?

polly5
Tourist
7 0 3

Hi!

 

On my website pollygoneillustration.com, the links at the top of the page in the header, I want the font to be completely black. I can see that there is some sort of opacity effect applied to it, but I do not want that. How do I remove it?

Reply 1 (1)

shreyhweb
Shopify Partner
694 116 129

Please add the below code in theme.liquid above </body>.

 

<style>
.header__inline-menu .list-menu__item{
  color:black!important;
}
</style>

 

Result:

shreyhweb_0-1736271232731.png


I hope it will be work for you.

Thank you

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com