Adding a vertical pipe after inline navigation menu

Hello,

Is there some sample CSS to add a pipe after my menu item in an inline navigation element.

I’m using the latest build of Pro - headers.

thanks

Hi There @wbgTHEMECO ,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.menu-item a::after {
	content: "|";
	margin-left: 15px;
}
.menu-item a {
	padding-left: 5px !important;
}

If that does not help, please provide us with your example site URL to assist you further.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.