Footer widget area question

Discussion in 'BizWay WordPress Theme' started by chllsre, Jan 17, 2015.

Thread Status:
Not open for further replies.
  1. chllsre

    chllsre New Member

    Joined:
    Dec 16, 2014
    Messages:
    8
    Likes Received:
    0
    a) How can I change the background color from the footer widget area?
    b) How can I change the background color from the footer top inner area where the social links and contact info is located?
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Chllsre,

    First, follow the screenshot given below.
    bizway_footer_background.png

    Now, paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .footer-top {
    background: rgb(190, 189, 189);
    }
     
    .footer-wrapper .footer {
    background: rgb(170, 208, 174);
    }
    Thanks,
    Praveen
     
  3. chllsre

    chllsre New Member

    Joined:
    Dec 16, 2014
    Messages:
    8
    Likes Received:
    0
    Thanks for your help!
     
Thread Status:
Not open for further replies.

Share This Page