• 2 color changes are giving me a headache and I’m hoping someone can help.

    1. I’d like to change the default header and link colors from aqua to my own color (#B56C8C)

    2. I’ve changed the menu bar color from the default aqua to my green, but the”menu” button still shows as aqua when the screen is minimized or viewed on mobile (#B6BCB3)

    Thanks!

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

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

    To make that change you would need some custom CSS.

    This should hopefully do the trick:

    
    button.menu-toggle {
        background: #B56C8C;
    }
    

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Color Changes / Mobile’ is closed to new replies.