Text Color Top Footer

Discussion in 'ButterBelly WordPress Theme' started by kingranchgal1, Mar 7, 2014.

  1. kingranchgal1

    kingranchgal1 New Member

    Joined:
    Feb 24, 2014
    Messages:
    3
    Likes Received:
    0
    How can I change the color of the text of "footer contact details" and social icons on top bar of footer in butterbelly theme? Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_top_container {
    background: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page