Footer Menu Color

I am looking to change the footer menu color from red to light gray. I tried changing it per the forum suggestion, but it didn’t work. Any additional suggestions?

Thanks!
Bryan

Hi Bryan,

To change it, you can add the code below in Theme Options > CSS

.x-colophon.bottom .x-nav li a {
     color:red;
}
.x-colophon.bottom .x-nav li a:hover {
     color:blue;
}

Change red and blue with the color that you like.

Thanks

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