Hi there,
How to remove the divider between the menu items?
Home | XXX | xxxxx | Contact us
I would want to remove "|
Marcus
#gkMainMenu > div > ul > li > a { padding: 0; display: block; height: 26px;line-height:28px; font-size: 18px; text-transform: uppercase; color: #fff; margin: 10px 0 0 0; border-left: 1px solid #303030; padding-left: 16px; }
#gkMainMenu > div > ul > li > a { padding: 0; display: block; height: 26px;line-height:28px; font-size: 18px; text-transform: uppercase; color: #fff; margin: 10px 0 0 0;padding-left: 16px; }