Change footer color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #927991
    TOTH TÓTH SZALAI
    Participant

    Hi,

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

    Thanks,
    Imre

    #930243
    Mary Evans
    Participant

    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.