Changing colors (contact form, footer line and panels in slider images

Discussion in 'Infoway WordPress Theme' started by partex, May 16, 2014.

Thread Status:
Not open for further replies.
  1. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    Infoway Pro Theme

    I would like to change the colors used for the header and submit button on the Contact form and the orange line that appears just above footer (see image). Is this possible? If so, could you please provide the CSS code. (see Info1.jpg)

    I would also like to change the color of the slider areas shown in info2.jpg.


    Thank you for your assistance.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .signupForm .heading {
    background: red;
    }
     
    In place of "red" you can put your color or color code.

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

    Code:
    .signupForm .signinForm input[type="submit"] {
    background: red;
    }
    .signupForm .signinForm input[type="submit"]:hover {
    background: orange;
    }
     
    In place of "red" and "orange" you can put your color or color code.

    3. Could you please share us your website link so that we can provide you the exact solution to change the color of orange line that appears just above footer.

    4. For the slider caption box issue,
    It is an image not a color in the background of slider caption, If you want to change its color then,
    Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them.

    The name of images are "slidertextbgnew.png" and "tbg.png".
    Note:- Use same name for your edited images and remove the current images.
     
  3. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    Piyush,
    As always, you guys offer great support.
    I've made the changes and all is working fine.
    For the orange line question, please go to www.bridgehillLS.com

    Thanks,

    Richard
     
    Piyush likes this.
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
     div.footersep {
    background: red;
    }
    
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  5. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    Excellent. That worked.
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page