Remove dots in Menu
-
How do I remove the dots in the main menu?
The blog I need help with is: (visible only to logged in users)
-
Hi,
To remove dots in the main menu then add following CSS@media screen and (min-width: 768px) ??-eJx9UltSwzAM…zflB3bfl…:5486 .main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after { color: #fff; content: " 2022"; margin-left: 1em; }Thanks,
Aakash Patel -
-
To remove the dots between the menu items, add the following.
.main-navigation .nav-menu > li > a::after, .main-navigation .menu > li > a::after { content: ""; } -
-
- The topic ‘Remove dots in Menu’ is closed to new replies.