How Can I customize Footer Background and Footer Color?

Customizing Footer Background

  1. Log into your site
  2. Click on Appearance -> Theme Options -> Advanced Settings -> Custom CSS
  3. Put the following code to Custom CSS
     
    .footer_module__1uDav{
         background-color: yourcolor;
    }
    

Customizing Widget Title

Please put the following code to Custom CSS

 

.footer_module__1uDav .widget-title{

    color: yourcolor;

}

Customizing Widget Color

Please put the following code to Custom CSS

.footer_module__1uDav .menu-item a, 
.footer_module__1uDav span{

    color: yourcolor;

}

If you are using a Cache plugin, don’t forget to flush cache after putting the custom code.

You can follow the above tutorial to generate custom CSS yourself.

Leave A Comment?