Removing menu separation lines in concept living theme
Hi,
I am using the Concept Living theme for my woo commerce WordPress site. I would like to remove the lines in-between the header menu items. I would like to do this using the custom css or in another way.
Please give me instructions on how to do so.
This is urgent.
the website is: http://goo.gl/kWYZpr
Hey there,
Do get direct help form the Layers team for premium theme questions, please feel free to contact us via Layers Messenger, which you can enable under Layers > Dashboard. We leave questions open for community interaction here so the answers are usually not as prompt.
Here are some basic guides on how to use your browser inspector to find the styles to rewrite:
https://docs.layerswp.com/doc/how-to-customize-your-site-with-css/
The line is created by a right border on the menu list item. You can reset it like this:
.header-site .nav-horizontal > ul > li:not(:last-child) { border-right: 0px !important; }