Footer Colour

Discussion in 'Dzonia WordPress Theme' started by instyle, May 24, 2013.

  1. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
     //Cufon Replacement in heading
      jQuery(document).ready(function() {
    //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Cufon.replace('h1, h2, h3, h4, h5, h6,.content .post .date li', { fontFamily: 'MankSans-Medium', hover: true });
    });
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_wrapper {
    background: black;
    }
    .footer_wrapper a, .footer_wrapper{
    color:white;
    }
    .footer_wrapper .footer h4 {
    color: white;
    }
     

Share This Page