Menu separator
- The topic ‘Menu separator’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
How can I remove the divider line between the menu items? And also any idea why the shopping cart is unaligned?
Thanks!
The blog I need help with is: (visible only to logged in users)
Hello,
To remove the divider lines between menu items, add the following style:
.menu a {
border: none;
}
I haven’t been able to see the shopping cart on your site after adding items my cart. Did you disable the cart?
Thanks!
Hi! Yes, I managed the cart! Thanks for the css!
No problem. :)