want to change footer colour and text colour

Discussion in 'BlackBird WordPress Theme' started by cocoakelechi, Jan 12, 2013.

Thread Status:
Not open for further replies.
  1. cocoakelechi

    cocoakelechi New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    hiya guys,
    So I'd like to change my footer wrapper colour to grey and then the text to the yellow/gold of my logo.
    my site is www.cocoaspersonaltraining.co.uk
    It looks odd with the navy blue, as I want everything to look grey white and yellow/gold.

    thanks in advance
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-wrapper {
    background-color: #4a4c4b;
    }
    .footer {
    background: #4a4c4b;}
     
    .textwidget {
    color: your color value;
    }
    .footer .widget_inner a {
    color: your color value;
    }
    .footer .widget_inner a {
    color: your color value;
    }
     
    cocoakelechi likes this.
  3. cocoakelechi

    cocoakelechi New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page