• Resolved boo2

    (@boo2)


    Hi,
    Love the theme, but would like to change the footer color? If so would you mind telling me what to change to do so?

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello boo2,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    footer.footer {
    background: #e5e5e5 ;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Hello, I tried doing the same. but it didnt work.
    I want to change the color for the footer widget area.
    It should be easy with style.css but the theme doesnt provide any code within that file.
    I dont know why the theme has restricted that.
    Let me know how to do that.
    My website is – https://www.o2nailsusa.com

    Hello,

    Add the following custom CSS to customize-> Additional CSS

    To change the backgound color of footer

    .shop_isle_footer_sidebar {
        background: #3d92c6!important
    }

    To change the font color of footer

    .shop_isle_footer_sidebar {
        color: #3d92c6!important
    }

    Let us know if you need help with anything else!

    I tried to execute these commands but the color does not change
    What can I do?
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is it possible to change the footer color?’ is closed to new replies.