Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313962
    RichaardChubb
    Participant

     

    Hi, can someone help me with changing the colours for the 4-footer areas?

    I think I want a black background and white text, but it would be good to have additional CSS so i can play around with the colours.

     

    Thanks

    #313967
    tikaram
    Keymaster

    @richaardchubb : Please try adding the following additional css and let me know if you need any further assistance to change the color of the footer area.

    .footer-widget-area {
        background-color: #000000;
    }
    #colophon .widget, #colophon .widget-title, .widget a {
        color: #ffffff;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Colors in the Footer Area Widgets (1 to 4) – ShutterUp theme’ is closed to new replies.