Changing the color of the widget box

Discussion in 'ButterBelly WordPress Theme' started by aupaircanada, Nov 13, 2014.

  1. aupaircanada

    aupaircanada Guest

    Joined:
    May 28, 2014
    Messages:
    8
    Likes Received:
    0
    Hi,

    I would like to change the color of the footer widget area as it is a bit too dark and makes my Facebook and Twitter feeds difficult to read... any assistance with this would be greatly appreciated.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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: #a02445;
    }
    We have used above color code for that area, use lighter color code in above code and use in Custom CSS
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page