• Resolved sheldony

    (@sheldony)


    Hi all
    I’ve scoured the internet and haven’t found one solution that works (or maybe I’m missing something) but I can’t seem to change the color (
    from red to black) of the nav/menu on the mobile version of my site
    https://www.sscy.org/wp

    I was able to change the desktop nav with some custom CSS, and I see there is a way to change link colors across the whole site on the appearance custom area but I only want to change the mobile nav for now.

    I’m using twenty twenty theme.

    Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Rafy a11n

    (@nawaz0705)

    Hi @sheldony

    Thank you for reaching out!

    To change the mobile menu font color, you can try using the below Custom CSS:

    /* Change mobile font color | 5216541 - ZD | NS */
    .modal-menu a {
        color: #000000 !important;
    }

    To implement the above Custom CSS, kindly navigate to WP Admin > Appearance > Customize > Additional CSS > and add the Custom CSS there.

    Let us know if this works for you.

    Thread Starter sheldony

    (@sheldony)

    Amazing! Thank you!

    Mirko P.

    (@rainfallnixfig)

    Great! Glad to know Rafy’s CSS worked for you!

    Please feel free to open a new thread if you have any further questions.

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile menu font color’ is closed to new replies.