• Resolved krystinealaina

    (@krystinealaina)


    How can I change the background in the footer? I have scoured the coding and can’t seem to find where it is embedded. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andre

    (@creativedreams91)

    if you go in the Dashboard.
    GO to Appearance on the left sidebar.
    Click on the Editor.

    add this to the css
    or if you have something that says theme options

    GO to theme options > General > Custom CSS

    #footer {
     background: blue;
    border-top: none;
    }

    Replace the blue with your color add a hexadecimal color or regular name.

    Theme Author alexvtn

    (@alexvtn)

    Hi

    also, you can manage the background footer, from the “Background” tab, in the option panel.

    Best regards

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change footer background’ is closed to new replies.