Changing the footer color

Discussion in 'GoldenEagle WordPress Theme' started by leighrai, Dec 31, 2012.

  1. leighrai

    leighrai New Member

    Joined:
    May 19, 2012
    Messages:
    3
    Likes Received:
    0
    Good Day,

    Can you please provide the code for changing the footer color, and also for changing the footer text color.

    And, is it possible to use the footer as one large area that it not sectioned into four widgets. I would like to put a clickable image there that expands across all of that area.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


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

    Code:
    .footer {
    background: red!important;
    }
    .footer .footer-inner h3 {
    color: black;
    }
    .footer .footer-inner p {
    color: black;
    }
    .footer .footer-inner a {
    color: black;
    }
    .footer .footer-inner ul li a{
    color:black;
    }
    2.

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Take care.
     

Share This Page