Home Forums Pro Themes Signify Pro Background Image in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #159031
    Euphoric Vocalist
    Participant

    I want to change the background colour of the footer section to a background image queencarolynt.com – How do I do this?

    #159057
    Psink
    Keymaster

    please add this CSS in the additional CSS

    
    #colophon {
        background-color: #494849 !important;
    }
    

    and change the color code as per your requirement

    #159064
    Euphoric Vocalist
    Participant

    That looks like a change in colour. I want to change the colour to an image.

    #159105
    Psink
    Keymaster

    sorry for the late follow up, here is the CSS code to add background image in the footer

    
    #colophon {
        background-image: url('https://www.freecodecamp.org/news/content/images/2021/06/w-qjCHPZbeXCQ-unsplash.jpg');
    }
    

    Please add this code and change the URL of the image

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