• alortiz3

    (@alortiz3)


    alortiz3

    Hello,

    How do I change the background color of the footer area? (where the widget goes).

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Put this in custom css:

    .footer-widgets-wrapper {
    background: #000066;
    }

    Use hex color # of your choice.

    Thread Starter alortiz3

    (@alortiz3)

    alortiz3

    Thank you!

    Unfortunately it did not work. Still has the same dark background. Any other suggestions?

    Thanks,

    Al

    Hi,

    For changing the footer background color, you can insert the below-mentioned code inside the Additional CSS box.

    #top-footer {
        background-color: #808080;
    }

    Note: You can change the hex-code(#808080) to the color of your choice in the background-color.

    Thanks.

    Thread Starter alortiz3

    (@alortiz3)

    alortiz3

    That worked, Thank you very much!

    Hi,

    Glad to know it worked. Feel free to ask again if you get any issues regarding the theme.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer widget area’ is closed to new replies.