Hi,

Footer is black. I'd like tho have it grey. How could I change the color ?
I've succeeded with Theme Magic but only modules went frey.

Thanks
Carine

    carine-k
    Hi
    Add this code in custom.css file

    .t3-footer {
        background: #eee;
        color: #777;
    }

    Change colors as per needs.

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.