• Hoping someone can help. I offered to help a friend of a friend who runs a charity and who has been let down by their web company. The site was a mess and needed updates & fixes. I’ve been able to fix most things but on the woocommerce product pages the menu font color is displaying as white on white whereas it should be black on white. I’ve spent ages trying to find fixes but really struggling and they are keen to get their gift shop up and running to generate income for the charity.
    thanks in advance
    Val

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    It looks like that white color is coming from here https://vertis.d.pr/i/GaSy1L . Not sure how that is added there, but you can try to see if is possible to override this by adding this code in Appearance > Customize > Additional CSS:

    .nav-ul li a {
    color: black !important;
    }
    • This reply was modified 1 week, 5 days ago by rodicaelena.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.