Ethos Footer widget back ground color

hello, id like to change the footer widget background to: rgb(3, 51, 127)

thank you

Hi Joshua,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area.

.x-colophon.top {
    background-color: rgb(3,51,127);
}

In case if you just want to target the widget areas only, try using the following CSS rule instead.

.x-colophon.top .widget {
    background-color: rgb(3,51,127);
}

Hope that helps.

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