Unite: Remove lines in navbar

Hello,

I appreciate this forum so much in a world where everyone needs to learn to build a website! Thank you!

I am cleaning up my website and have made my navbar white. Is it possible to remove the lines between the buttons or make them white?

http://www.jackierutan.net/

Thank you,
Jackie

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove menu border color*/
.navbar-default .navbar-nav > li > a {
    border-right: none;
}

Best regards,
Support.