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!
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:
You might also need to install the SiteOrigin CSS Editor.