• Resolved nrconcierge

    (@nrconcierge)


    Hey,

    This is our website – https://nrconciergeservices.com.au

    Could you please inform us how to alter the colour of the navigation menu in the footer just above the copyright text?

    We have already tried changing the colour of the footer through customise but that only altered ‘Like us. Follow us. Share us.’ colour. We also edit the css in the footer-menu section but nothing worked.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    This is something on my list of “To Do’s” on the next update, but here is what you can do right now with some custom CSS

    #footer-menu a,
    #footer-menu a:visited {
        color: #fff;
    }
    #footer-menu a:hover {
        color: #fff;
    }

    You would of course, change the colours in the code above…which is currently white.

    Thread Starter nrconcierge

    (@nrconcierge)

    Thank you.

    We must’ve not waited long enough when we change the css the first time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change colour of Nav Menu on Footer?’ is closed to new replies.