• Resolved Dibyendu

    (@whereangelsfeartotrade)


    How to change the Footer are color? Any snippets available?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Michael

    (@tony-alibaba)

    Hi, I hope this helps!

    /* Change the Footer background */
    footer#footer .colophon   {
    background-color: #F8F8FF;
    }

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Sorry its my bad! I meant the Footer Widget Area!

    Michael

    (@tony-alibaba)

    That’s okay, try this instead!

    /* Adjust colors as needed */
    .footer-widgets {
    background:     none repeat scroll 0 0 #83C0E5;
    color:          #5A5A5A !important;
    padding-top:    10px ;
    }

    Let me know if this helps, have a great day!

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Thanks for such a quick reply ??

    This one worked but didnt take the full width ??

    looking weird! https://www.rhododendron.in

    footer#footer{
    background: none repeat scroll 0 0 #83C0E5;
    color: #5A5A5A !important;
    }

    Will change the background and the font color of your footer.

    Michael

    (@tony-alibaba)

    Thanks d4z! You are da man!

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    ?? Didnt make any diff

    I removed the padding.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Okay It worked !:)

    Thanks guys!

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