How would I hide the vertical dividers in the navigation when using the Avisio theme ?
Thanks,
Colin
How would I hide the vertical dividers in the navigation when using the Avisio theme ?
Thanks,
Colin
Hey,
try to add following code to style.css (at the very bottom):
.nav li a {
border-left: none !important;
}didn't work: http://everbeta.com/tom/?page_id=2
Nevermind, I had a semicolon in there :)
You must log in to post.