Please help with changing background theme color :)

Discussion in 'Infoway WordPress Theme' started by bleauassociates, Dec 1, 2013.

  1. bleauassociates

    bleauassociates New Member

    Joined:
    Nov 27, 2013
    Messages:
    8
    Likes Received:
    1
    Hello!

    I am trying to change the background theme color and have succeeded in changing some areas using the .css coding you provided for another user; however, there are still other areas that require adaptation...

    1. All the buttons need to be changed to the teal color
    2. The quotation mark in "what our clients are saying..." testimonial section needs to be changed to the teal color
    3. The decorative lines in the footer needs to be changed to white
    4. All the font in the footer needs to be changed to white
    5. The upside down triangle in the header area needs to be changed to teal
    6. The search widget color needs to be changed as well

    Thank you kindly! I really do like the fact that Infoway's design is clean and simple.

    Cheers!

    Bernadette

    Our site - www.sac.bleauassociates.com
     
    spiorro likes this.
  2. bleauassociates

    bleauassociates New Member

    Joined:
    Nov 27, 2013
    Messages:
    8
    Likes Received:
    1
    Sorry can I also get the .css code for the infobar link? I want to make it a darker color so it stands out.

    Thank You :)
     
  3. spiorro

    spiorro New Member

    Joined:
    Dec 10, 2013
    Messages:
    25
    Likes Received:
    0
    Whats CSS. codes did you use to change your footer area, the buttons, Please help!!!
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    For footer widget area

    .footer-wrapper .footer {
    background: YOUR COLOR VALUE;
    }

    For footer bottom area

    .footer-bottom {
    background: YOUR COLOR VALUE;
    }

    I think by button you mean top scroll button.
    You can edit it through infowaytheme > images >topsroll-icon.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page