Change Color in the Footer

Discussion in 'BizWay WordPress Theme' started by lklatt76, Apr 1, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How do I change the color of the footer box fill in my bizway theme?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer-top {
    background: yellow;
    padding-left:10px;
    padding-right:10px;
    }
    .footer {
    overflow: hidden;
    background: yellow;
    margin-top: 0px ! important;
    padding-top: 30px;
    padding-left:10px;
    padding-right:10px;
    }
    Inplace of yellow you can put your color or color code.
    This will solve your issue.
     

Share This Page