Menus

Posted in: Newsmag
Post count: 7

Is it possible for when using custom links to create a text menu for the header menu, to add a black line between each item.

Post count: 35449

Hi,
Can you please provide an example for how do you like to look the custom links from menu, in this way I will know exactly what you want to achieve and if in this is no option for that I can provide a css.
Thank you!

Post count: 7

I don’t want to change the way custom links in the menu look. I just want to have a line separating each custom link or other links within the menu like in the picture.

Links Separated

Post count: 35449

Hi, now I understand, unfortunately this can be achieve only with custom css.
Please try this custom css
.sf-menu li {
border-bottom: 2px solid red;
}

This code need to be set in theme panel> custom code> custom css and it can be adjusted after your needs.
Hope it will help you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.