Hi,

I am using bootstrap. I did inspect the footer and I see a class footer from overrides.css file which is in bootstrap parent directory.

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

In css injector, I simply wrote this but it is not making the footer red. .footer { background: red; } Even though I added footer in css injector, I still see the footer class from overrides.css. But region-footer is making blue no problem: .region-footer{ background: blue;}

I also inspected the footer and noticed that it is taking full width of the screen. How can I make the footer red taking full width of screen? http://godrupal.info/

Thanks.

Comments

VM’s picture

I don't use css injector so I can't comment on it. However, you've a custom footer class in chartersdc.css within your theme and when changing the color value, the color does change.