• Resolved saanch

    (@saanch)


    I have the Eaterstop Lite theme installed and I changed the background color of the footer, but now it doesn’t change anymore. I want to try a different color.

Viewing 10 replies - 1 through 10 (of 10 total)
  • siddhartha

    (@siddhartha10jun)

    Hello, @saanch this theme does not provide any option so you can change from apply own CSS code write in style.css

    Thread Starter saanch

    (@saanch)

    Hello @siddhartha10jun, thanks. It’s funny, because it changed color once and now it doesn’t want to do it anymore. So I am wondering if there is something I am overlooking. I am pretty new to WP and am struggling to work our all the stuff in editor. Finally did it and now it stops doing the same thing.
    I changed it in style.css

    • This reply was modified 5 years, 10 months ago by saanch.
    siddhartha

    (@siddhartha10jun)

    okay @saanch

    I would not directly edit the themes style.css as those changes will get lost with any update the theme developer releases. Use the Additional/Custom CSS area in customizer instead.

    To get to that go to
    Appearance → Customize

    You may find a setting for changing the color of the footer in the customizer as well.

    Hope this helps. Once you find a solution please tag the thread resolved.

    Thread Starter saanch

    (@saanch)

    @siddhartha10jun , not sure what to do now. I meant the first time it worked I had changed it in style.css and now that doesn’t work.
    I know this is the part I need to change (see below). Where you see #fffff it is actually changed to another color (#737f70), which is what I did the first time around. Now I have changed it to white, bt doesn’t work (or any color for that matter). I cannot change any of the colours in the footer (so not the text, nothing). Can you help?

    07. Footer lauput Styles
    ————————————————————————————— */
    #footer-wrapper{ position:relative; color:#595959;}
    .footer{ background-color:#fffff; padding:45px 0 25px;}

    siddhartha

    (@siddhartha10jun)

    Great @saanch but I think you do some modification in your code so first you remove your code from style.css and go to line-172 and edit background-color.

    Thread Starter saanch

    (@saanch)

    @siddhartha10jun, all I changed was that number.
    I cannot see any line numbers.

    siddhartha

    (@siddhartha10jun)

    okay @saanch you can apply this code .copyright-wrapper { background-color:red !important;} end of the style.css

    Thread Starter saanch

    (@saanch)

    @siddhartha10jun super!!! great. everything works now. I can change it all just by adding that piece of code.

    siddhartha

    (@siddhartha10jun)

    @saanch okay great

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘change background color footer’ is closed to new replies.