• Resolved bdegal

    (@bdegal)


    Hi Jerry,

    I recently updated my version of Agama to the newest version. After doing so the background color of div.footer-widgets has changed to a blueish hue. It used to be dark grey.

    I have gone into styles and tried changing background-color to black but with no luck :

    .footer-widgets {
    font-size: 13px;
    padding: 30px 0;
    background-color:#0000;
    line-height: 22px;
    color: #FFF;
    border-top: 5px solid rgba(255, 255, 255, 0.3);
    }

    I noticed after using google chromes inspector tool that something may be overriding it. Shown below:

    element.style {
    }
    .footer-widgets {
    background-color: #314150;
    }

    I have not been able to locate this in the styles editor on wordpress. Is there a solution to this problem?

    Thanks,
    Brendan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You can try setting the background-color: #000!important. It should take control.

    Hope this helps.

    Thread Starter bdegal

    (@bdegal)

    Worked like a charm! Thanks I can’t believe it was that simple.

    Your welcome. Glad to help.

    jerryscg

    (@jerryscg)

    The footer background color can be changed via Customizer from:

    Appearance->Customize->Agama Theme Options->Colours

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color of Footer’ is closed to new replies.