• Resolved oscarzero

    (@oscarzero)


    Hi RIchie,

    Still loving this theme! Could you tell me how I go about changing the background colour of the footer. I tried in vain to make some change in custom.css:

    .footer-top {
    background-color: #e0e0e0;
    }

    But all this does is change the colour either side of the main body of the page and not where the actual footers are. I want to be able to show a clear distinction between the main pages content and the repeated content in the footer.

    Apologies if you have already covered this in previous support updates – I did search for it but was not able to see anything related to this.

    thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    hi try not edit the style.css, use wp-admin->appeareance->theme option->custom css and add this
    #custom .footer-top {background-color: #ddd;}

    Hi Richie,

    I tried wp-admin->appeareance->theme option->custom css and add
    #custom .footer-top {background-color: #c90707;}

    But the back ground color of footer is still like this

    I also tried to edit custom style.css, but there is no change in.

    What can I do?

    thanks.

    Theme Author Richie KS

    (@rkcorp)

    how about
    #custom .footer-top .ftop {background-color: #c90707 !important;}

    It was successful!
    Thank you very much.

    I tried the custom CSS. Direct edit of the CSS, but eventually I stumbled across:

    Appearance>theme options>Bottom Footer Background Color

    Don’t know why I didn’t see it before!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change background colour of footer.’ is closed to new replies.