Top Menu Navigation |

Posted in: Newspaper
Post count: 73

Hello team,

I have a simple question which seems hard for me to find the answer. I am trying to remove the bar | from the links in the top menu. I searched in the stylesheet and the top-menu file but couldn’t locate it.

Can you please help. I feel it should be something simple but somehow I am missing it.

Thank you!

Post count: 3343

Hi,
Please add this CSS in Theme panel -> Custom CSS

.menu-top-container li a:before {
  display: none;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.