• Resolved akacruiseman

    (@akacruiseman)


    Hello my Friend,
    A couple of years ago you assisted in changing the background color using

    #ft{
    background:#0ff;
    color:#000;
    }
    #ft a{
    color:#f00;
    }

    I just tried that in Appearance > Additional CSS
    but it did not work. Did I miss something?
    Thanks,
    Jim

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi @akacruiseman

    It seems that it has stopped working due to a theme update.
    Please try the following style

    
    #Raindrops-Child #ft{
        background:#000;
        color:#fff
    }
    .footer-widget-wrapper a{
        color:#fff
    }
    
    Thread Starter akacruiseman

    (@akacruiseman)

    Perfect.

    Thanks Nobita

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer BG Color’ is closed to new replies.