Change footer color

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Mary Evans.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #927991

    Hi,

    I was able to replace skyline footer image but how i am able to change the footer background color?

    Thanks,
    Imre

    #930243

    Hi Imre,

    The footer background colour can be changed with custom CSS styles. Please, add the below CSS code to Appearance > Customize > Additional CSS:

    .site-footer {
        background: #000;
    }

    Change #000 to the needed colour.

    Best Regards,
    M. Evans

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.