Change Footer Font Color in Widget Title and Link Text

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rogerschnur, Nov 22, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    How do I control the colors of the fonts in the footer?
     
  2. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    BTW: I tried this after using Chrome f12 webtools but it didn't work:

    .footer_widget h6 {
    color:#FFFFFF;

    text-shadow: 0 1px 0#222;
    }
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Roger,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_wrapper .footer_widget h6 {
    color: #ffffff!important;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page