Home>Support>How to remove footer menu dividers

How to remove footer menu dividers

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].

I’ve made the following edit to stylesheet.css to remove the footer menu dividers, as another user did (successfully), but it doesn’t seem to be working for me for some reason…

#colophon .widget_nav_menu .menu-item a { border-bottom: none; }

Can anyone point me in the right direction or maybe I’m missing something?

Thanks in advance!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Neochad,

    I would highly recommend not editing the core theme files as on update the changes you’ve made will be erased by WordPress. This can be avoided by using a child theme.

    If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:

    #footer-widgets .widget.widget_nav_menu li:before {
    	content: '' !important;
    	margin: 0 !important;
    }
    
    #colophon .widget_nav_menu .menu-item a {
    	border: 0;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More