• Resolved akacruiseman

    (@akacruiseman)


    Good Day,
    I’ve been trying to change the Background Color only in the footer on
    http://lickitysplitssrq.com/ without changing the theme color.

    I have used the advanced mode in Customize before and thought I could find what is need to put in there.

    Thanks in advance,
    Jim

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

    (@nobita)

    Hi akacruiseman

    Dashboard / Appearance / Customize

    Advanced / Site-wide CSS

    Add your footer style

    for example.

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

    Thank you.

    Thread Starter akacruiseman

    (@akacruiseman)

    Nobita,

    Got it and done. Thank you again.

    Jim

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

The topic ‘Footer Background Color’ is closed to new replies.