Hello
how do I remove the line above the menu?
http://bodytalkcare.com/book-your-session-2/
and make the menu words a little larger to read
thank you
Hi Nathan!
Add this to your custom CSS.
#header_main_alternate { border: 0px !important; }
nav.main_menu .menu > li > a {
font-size: 16px !important;
}
Best regards,
Elliott
thank you!