Font different in one of by footer widgets

Discussion in 'ColorWay WordPress Theme' started by urbancabin, Jan 5, 2013.

  1. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    I have a footer widget that has a different font than the other two widgets: any idea why or how to correct? www.urbancabin.ca Thank you
     
  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-container .textwidget {
    color: #ffffff;
    }
     
  3. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    Unfortunately that did not change it...
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-container .textwidget {
    color: #ffffff!important;
    }
    This will solve your issue.
     

Share This Page