This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Menu Changes with vantage premium 2.5.4

Resolved 3 replies bug-reportthemetheme-vantage
9 years ago · Last reply by Alex S 9 years ago

Some interesting and not desired changes to my footer navigation occurred with the 2.5.4 update. It does not look like I can upload screenshots for before and after.
Before the pages were listed with a title I gave them… some were the page titles but others have the title turned off. They were fine.

After the pages are listed and all are underlined! Where did the underline come from? And more importantly, where do I turn it off?

In the editor Appearance>Customise>Menus the Footer preview is NOT underlined but the Pages are listed like this #11 (no title)

Also it seems, as before, that changes I make to things like the background color on the menu bar in Max Mega Menus do not show up.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Pam 9 years, 5 months ago

    This needs an update. The “footer” menus that suddenly acquired underlines were widgets. They were assembled using Appearance>Customize>Widgets>Footer>Custom Menu… building a footer this way is really buried but does a pretty decent job. What I cannot see is where the styling options are for these custom Menus.

  2. Pam 9 years, 5 months ago

    /* Site Footer Menus – remove unwanted underlines */
    #colophon .widget_nav_menu .menu-item a {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 0px solid #b9b9b9;
    }

  3. Alex S Staff 9 years, 5 months ago

    Hi Pam

    You can fix this with some custom CSS – there’s no dedicated setting at the moment. There should be two sets of borders being added. Please navigate to AppearanceCustom CSS and 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.

    By the way, as you’re a premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread and include your SiteOrigin order key in the email.

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.

Have a different question or issue?

Start New Thread