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.