Hello all,
In the main menu you see horizontal lines between the hyperlinks. How can remove these lines?
Thanks a lot,
Martijn
Hello all,
In the main menu you see horizontal lines between the hyperlinks. How can remove these lines?
Thanks a lot,
Martijn
Bump!
I am interested in this too.
Hey,
add following code to css/custom.css or the quick css field:
.main_menu .menu a {
border-bottom: none;
}You must log in to post.