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 recently updated the Vantage Pro theme and it has broken my footer menu.
I want the footer menu to be inline separated by |. ie. “Home | About Us | Contact”
This is the CSS code I had previously:
/* footer */
#colophon li {
display: inline;
}
#colophon {
text-align: center;
}
#colophon a {
padding: 10px;
}
#colophon a:hover {
text-decoration: underline !important;
}
Any help is appreciated.
Hi Kwells1979,
You can do this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
You might also need to install the SiteOrigin CSS Editor.
Perfect! Now all working again.
Thanks for the reply.