Background of a navigation menu in the footer

Hello, I have found many articles to change the footer background and to customize the footer menu, however they do not seem to be working for me. Here is the link to the dev site I am working on: http://aztecdemo2.gallagherbd.com/.

Appreciate the help!

Hi There,

Please try adding this custom CSS under Theme Options > CSS:

.x-colophon .widget ul li {
    background-color: transparent;
}

Hope it helps :slight_smile:

This is great! Can you give me something to have the hover on the text change color?

Hi there,

Please try this:

.x-colophon .widget ul li a:hover {
    color: rgb(240,60,72);
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.