• Resolved chappers1972

    (@chappers1972)


    Hi there,

    Great plugin.

    Hopefully this is a nice easy one for you.

    I want to format the menu button, for example change the border colour. How do I do this?

    Thanks,
    Richard.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi Richard,

    Thanks for your message.
    To add a border around the menu button, you can add the following custom CSS (Customizer > Additional CSS). Change #212d56 with the color value you want.

    #site-navigation .menu-button a {
    	border: 1px solid #212d56;
    }

    I hope the above is useful to you.

    If you enjoy Twentig, please rate it. It would really help me out 🙂
    Tom

    Thread Starter chappers1972

    (@chappers1972)

    Tom,

    Thanks for getting back so fast. That’s brilliant.

    Thanks,
    Richard.

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

The topic ‘Menu Button Format’ is closed to new replies.