• Hi

    I managed to change the color of the first line of the footer by adding this code
    body .footer-container {
    background: #9ba5a5;
    background: #9ba5a5;
    }
    to the CSS but I can’t find a way to change the second green color in the footer. Any idea on how to do it?

    My website is https://www.success-inspired.co.uk/

    Many thanks
    Sakina

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello Sakina,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .footer-navi {
         background: blue !important;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks!

    Thread Starter sakinadipace

    (@sakinadipace)

    Hi
    Thank you very much for your reply. I now have an issue with the logo on the mobile website. As mine is too wide, I would like to use another one
    https://www.success-inspired.co.uk/wp-content/uploads/2015/10/logo.jpg
    How could I change my logo to this one on mobile device only?

    Many thanks!

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    I am sorry but that would not be possible to change the logo on mobile device particularly.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FOOTER: Changing color of the second line’ is closed to new replies.