Change Background color on menu & remove lines from lists
I've searched your database in discussions - but none of them work.
I've gone through all of the color options in betheme options settings and can't seem to find the one?
http://orthocraft.ca/products/splints/
Can you point me to the right customized option to do so, or provide the css?
thanks
Comments
to get rid of the background and lines between menu items, you need to use an extra css:
.widget_archive ul, .widget_nav_menu ul { background: none !important; }.widget_archive ul li::after, .widget_nav_menu ul li::after { border: 0 !important; }