Hi
I would like to know if it is possible to divide the sidemenu with a separator/line? If i want to divide 3 menu items from the rest. Can i do that?? If yes, how?
Thanks in advance.
Tine
Hey missholst,
Please, may you share your website link that you`re referring in the question?
Best regards,
John Torvik
Hi John
The website is under construction. See private content
At the page “Our products” we would like to divide the menu with a separator/line between Spiral Cooker / Pasteurizer and Pilot plants. Is that possible??
Best regards
Tine
Hi Tine,
Do you mean the menu on the left in the sidebar on “Our products”?
Best regards,
Victoria
Hi Victoria
Yes i mean the menu in the left sidebar on “Our Products”. Can I divide it with a separator or otherwise??
BR Tine
Hi Tine,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css and adjust to which menu item you want to have the border at the bottom and the color of the border:
.nested_nav .page_item.page-item-882 {
border-bottom: 1px solid #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria
Fantastic! It worked perfectly :) Thank you so much!