• Resolved lynbstyle

    (@lynbstyle)


    Hi – in the FLAT version of Couer how can I change the footer colour from black to white please?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey there lynbstyle,

    Hope you’re well today ??

    I’ve checked the theme that you’re using and by default footer is white in my sandbox site.

    You should be able to change the background color of the footer with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .blog-footer {
        background-color: #fff;
    }
    
    .footer-top {
        background: #fff;
    }

    First part will change background color of footer area where widgets are, and the second part background color of copyright footer area.

    If the code doesn’t work please post link to your site so I can take a look ??

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter lynbstyle

    (@lynbstyle)

    Hi Bojan – thanks for your suggestions – I have tried to install the css and tried to put in the coding but it is not working – I do not know any coding so I wouldn’t even know where to put it…withing the text in the style sheet or in the footer coding. The website I am working on is https://www.lifechangingstyle.com

    Hey again lynbstyle,

    Thanks for the link, I’ve checked your site and I can’t see the code added there so I’m assuming you’re not adding it in the right place.

    If you don’t want to mess with theme files the easiest way to do this would be to use the plugin I mentioned above (https://www.ads-software.com/plugins/simple-custom-css).

    Once the plugin is installed and activated you can add the code in your admin area in Appearance -> Custom CSS. Please try adding the following there:

    body .footer-top {
        background: #fff;
    }
    
    body .blog-footer.blog-footer-widgets {
        background: #fff;
    }

    Please let me know if this helps ??

    Cheers,
    Bojan

    Thread Starter lynbstyle

    (@lynbstyle)

    Hi Bojan – that is brilliant! It worked – Thank-you SO much!

    Hi Bojan – I′m designing a store with a template ( store) but i can′t change the header color from the turquish color to a electric blue (#0b5e9b).
    I went to the style css but I don′t know how to change or where it is located. Can you help me? my website is https://www.rey-store.com.

    Thanks,

    Michael

    Hey Michael,

    I’ve checked your site and it appears that you’ve already added the color for your header.

    Please let me know if you still need help with this one ??

    Cheers,
    Bojan

    Hi Bojan,
    Yes I need to center my navigation menu, my theme doesn′t have anything to edit it and I tried to change it with custom css but i don′t know too much about it so it didn′t happened. If you can help me with this, I really appreciate it bro.

    https://www.rey-store.com

    Thanks,
    Michael

    Hey Michael,

    Generally you’d want to open a new thread since this one is resolved and your question is unrelated to the opening one.

    With that being said since you already posted here please try adding the following CSS code as described above:

    .menu-menu1-container {
        width: 650px;
        margin: 0 auto;
    }

    Please note that this will work only with the current menu width, if you add more elements to the menu you’ll have increase the numeric value in width property.

    Hope this helps ??

    Cheers,
    Bojan

    Thank you Bojan!

    It works perfect, wow, I opened a new thread but they don′t answer me, so I saw this forum replied, I just take a chance. Thank you again.

    Michael.

    Hey again Michael,

    Glad the code is working for you ?? Usually it takes more time for plugin/theme developers to respond in their forum.

    Have a nice day!

    Cheers,
    Bojan

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