Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I recently used a CSS code by one of your employees on another post to add lines between menu items.
.main-navigation ul li { border-right: 1px solid #000; } .main-navigation ul li:last-of-type { border-right: none; } .main-navigation ul ul li { border-right: none; }
I was wondering if those lines can be a bit shorter in height?
Also, how can i change the colour of the lines ? i want them orange like my menu items
Hi Justeatorganic
The value in your Custom CSS above, #000, controls the color. You can insert any hexadecimal color value in its place.
To make the lines smaller you’ll need to make the menu items smaller and then add the same space back via the main menu container. Try the following:
Adjust as required.