Footer menu background color

Discussion in 'Themia WordPress Theme' started by kayayurt, Nov 13, 2013.

  1. kayayurt

    kayayurt New Member

    Joined:
    Jun 22, 2013
    Messages:
    18
    Likes Received:
    0
  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 .footer_menu li {
    background-color: red;
    }
    .footer .footer_menu li a {
    color: black;
    }
    In place of "red" and "black" you can put your color or color code.
    This will solve your issue.
     
  3. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    I pasted the above code in Custom CSS, but no changes were in effect.

    Thanks,

    Lou

    montereybaytaxi.com
     
  4. 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-wrapper .footer ul li a {
    color: red;
    }
     
  5. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    Thank you. I pasted the code in Custom CSS and it changed the color of all the links except the email address. How do I change that as well? Also, what is the code to change the background color of the footer?

    Louie
     
  6. 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-wrapper .footer a {
    color: blue;
    }
    .footer-wrapper {
    background: red;
    }
    .footer-wrapper .footer h4 {
    background: red;
    }
    
     

Share This Page