Hi guys,
I’ve tested the CSS of other threads but unfortunately they doesn’t work, maybe you can help me pleaaaase.
I rebuild the site and need seperators between the menu items.
For example in the bottom:
Replace this:
to this:
I used this code for example:
.x-navbar .x-bar .x-bar-bottom .desktop .x-nav > li:not(:last-child) > a:not(.x-btn-navbar-woocommerce):after {
content: ‘•’;
position: absolute;
right: 0;
}
and also tried to adress the menu different.
Thank you in advance!