How to remove footer menu dividers
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.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.