• Hello, I have a problem with my submenus on my site, on my PC version. They appear in a white rectangle, probably in white writing. On the other hand in mobile version no problem.

    On my website, you can see it via the “rencontre” menu

    How to solve this please?

    Cordially.

    • This topic was modified 3 years, 2 months ago by admin0478.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @admin0478,

    You can manage the submenu link color through Appearance menu > Customize > Header > Main Header > Style > Submenu Color.

    Have you tried it?

    In case it won’t work for some reasons, you may use this CSS code to add into Additional CSS.

    #mainnav .sub-menu li a {
      color: #000000;
    }
    
    #mainnav .sub-menu li a:hover {
      color: #d65050;
    }
    Thread Starter admin0478

    (@admin0478)

    Indeed I had not seen, thank you very much!

    You’re welcome!

    If you got your issue resolved, please mark this topic as resolved if you can. So you may want to raise a separate topic for your other question you may have. Please use one topic for one question.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Under menu illegible computer version’ is closed to new replies.