How can I change the colors of the footer area

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Hello

    How can I change the colors of the footer area?
    The area with the first till fourth widget footer area but also the bar where the social icons are standing.

    Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.


    Code:
    .footer_container_wrapper {
    background: red;
    }
    .bottom_footer_container {
    background: green;
    }
    You can change color according to your requirement.

    Thanks & Regards
    Pramod
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thank you :)

    Can I also change the grey color of the social icons in the bottom footer container?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    They are images.
    You can upload your own images for all and set them on that places.

    Thanks & Regards
    Pramod
     

Share This Page