colour of the text in the footer area

Discussion in 'BizWay WordPress Theme' started by anciens, Jun 16, 2014.

  1. anciens

    anciens Guest

    Joined:
    Jun 15, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Belgium
    Hello! Here is my site: http://www.anciens-saint-vincent.be/

    I want to put the text (blue for the moment) in the footer area in green...how can I process ? (apology for my English...)
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .footer-wrapper .footer_widget a {
    color: #1DB623;
    }
    .footer_bottom a {
    color:  #1DB623;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. anciens

    anciens Guest

    Joined:
    Jun 15, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Belgium
    ok super! Thanks a lot for your help :)
     

Share This Page