I would really like just text below my centred navigation, but I end up having white boxes around each navigation item – like a white wireframe… I want text to display without the boxes. Is it possible? screen shot of what I mean attached: https://www.dropbox.com/s/mpbusn2wrizes9x/Navigation%20_issue.png?dl=0
Hi Paul!
Add this to your custom CSS.
#header .menu li, #header .menu a {
border: 0px !important;
}
If that’s not working then send us a link and we’ll take a look.
Best regards,
Elliott
That works a treat – brilliant. Thanks for your help as always.