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.

Horizontal footer Custom CSS has stopped working

Resolved 7 replies technicalthemetheme-vantage
9 years ago · Last reply by Alex S 9 years ago

Horizontal footer Custom CSS has stopped working

Hi

Some time ago I configured a horizontal footer with separators with the following custom CSS:

/* Vantage Horizontal Footer Menu */
#footer-widgets .widget.widget_nav_menu ul {
text-align: left;
}

#footer-widgets .widget.widget_nav_menu li {
display: inline-block;
float: none;
margin-right: 4px;
}

#footer-widgets .widget.widget_nav_menu li:before {
content: “007C”;
font-family: FontAwesome;
margin-right: 4px;
}

#footer-widgets .widget.widget_nav_menu li:first-of-type:before {
content: none;
margin-right: 0;
}

#footer-widgets .widget.widget_nav_menu li:last-of-type {
margin-right: 0;
}

/* Hover Color change – active menu items only */
#footer-widgets .widget.widget_nav_menu a:hover {
color: #1e73be;
}

/* don’t know why this is #d1d1d1 and not #e2e2e2 */
#menu-item-240 a:hover {
color: #d1d1d1 !important;
}

#menu-item-72 a:hover {
color: #d1d1d1 !important;
}

#colophon {
border-top-style: solid;
border-top-color: #1e73be;
border-top-width: 3px;
}

This no longer works correctly and I cvan’t find why.

Can you help please.

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

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Alex S Staff 9 years, 3 months ago

    Hi Trainshed,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. trainshed 9 years, 3 months ago

    Hi Alex

    URL is http://www.train-shed.co.uk

    Previous discussions when I first impemented this horizontal footer are at https://siteorigin.com/thread/altering-position-of-widgets-on-footer/

    Look forward to hearing back.

    Thanks
    Simon

  3. Alex S Staff 9 years, 3 months ago

    Hi Simon,

    Please add the following CSS:

    #colophon .widget_nav_menu .menu-item a {
        display: inline;
        border-bottom: 0
    }

    How does that look? Is that how it was?

  4. trainshed 9 years, 3 months ago

    Hello Alex

    Thanks, that seems to work fine.

    Had something changed in the Vantage Theme to make the previous CSS incomplete?

    Regards
    Simon

  5. Alex S Staff 9 years, 3 months ago

    Hi Simon,

    It looks like it, yes. I’m going to log this for backwards compatibility testing. Sorry about this.

  6. trainshed 9 years, 3 months ago

    Hi Alex

    Thanks for your prompt help.

    By the way, I thought when I paid for my Vantage Premium Theme about 18 months ago I was getting ongoing premuim support. Have you changed to an annual support contract now or has it always been that way?

    Simon

  7. Alex S Staff 9 years, 3 months ago

    Hi Simon,

    Oh. I didn’t know you were a premium user. We actually handle all premium support over email now rather than the forums. Please refer to the instructions found on your Dashboard for more information. Please reference this thread and include your Vantage Premium key in the email.

    To answer your question, no. You do not have to pay an additional fee to receive premium support – we, regrettably, didn’t know you were a premium user.

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