Change Colors - Custom Lead Capture Form - Appointway

Discussion in 'Appointway WordPress Theme' started by irissalmins1, Sep 20, 2013.

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

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    May I please get the css code for this?

    Thanks for your time.
     
  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:
    .appointment_wrapper .appointment_form_wrapper {
    background: red;
    }
    .appointment_wrapper .appointment_form_bottom {
    background: red;
    }
    
    In place of "red" you can put your color or color code.

    There are two images also used in that form.
    1. form-bg-top.png image.
    2. appointment-btn.png image.

    If you want to change images color also then, go to images directory present in your theme directory and replace your images with present form-bg-top.png and appointment-btn.png images respectively, or edit it.

    Note:- Use same name for your edited image and remove the current image.

    See the link for reference.
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    This will solve your issue.
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    As usual, y'all are great! Thanks for your time and quick reply.
     
Thread Status:
Not open for further replies.

Share This Page