Footer Color - Local Business WordPress Theme

Discussion in 'Local Business WordPress Theme' started by lklatt76, Oct 27, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How can I change the color in the footer to match the color in the header? Also, is there a way to change the font on the menu bar and on the headers on the footer as well?

    my url: thehandymanhenderson.com
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .footer {
    background: red!important;
    }
    .footer-wrapper .footer h4 {
    background: red;
    color:blue;
    }
     
    #menu .ddsmoothmenu li a {
    color: blue;
    }
    .footer-wrapper .footer_widget .textwidget p {
    color: blue;
    }
    .footer-wrapper .footer a {
    color: blue;
    }
    .footer-wrapper .footer ul li {
    color: blue;
    }
    
     

Share This Page