• blakes7fan

    (@blakes7fan)


    Hi I have a problem, hopefully a simple one for someone with more experience than I do!

    I’ve had to take over a wordpress website using the function theme

    Everything is fine, except when browsing from a mobile device the drop down menu is unreadable due to the colours being used

    I’ve googled and searched here and found some mentions of code to put in Additional CSS. but nothing has worked

    White text on a black background is fine

    The website is eastertrainexperience.ie

    Any help much appreciated ??

    • This topic was modified 6 years ago by blakes7fan.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @blakes7fan

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media only screen and (max-width: 767px) {
      #header .nav-toggle a {
        color: #fff !important;
      }
    
      #navigation ul.nav > li a {
        color: #404040 !important;
      }
    }

    Let me know if that does it.
    Thank you.

    Thread Starter blakes7fan

    (@blakes7fan)

    Many thanks for quick response

    Didn’t make any difference though

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Function] Mobile Menu Colours’ is closed to new replies.