Lead Capture Heading Color

Discussion in 'Infoway WordPress Theme' started by cagr1115, Jan 14, 2013.

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

    cagr1115 Member

    Joined:
    Dec 14, 2012
    Messages:
    38
    Likes Received:
    0
    Hi! Where can I change the background color of the Lead Capture Heading? I would like to have the yellowish color like you guys had on your live view sample (see attached). Thanks!
     

    Attached Files:

  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    That is the image which we have used, however you can change the color with the help of this code

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .signupForm .heading {
    background: Put your value here or image address;
    }
    This will solve your problem.

    Thanks.
     
  3. cagr1115

    cagr1115 Member

    Joined:
    Dec 14, 2012
    Messages:
    38
    Likes Received:
    0
    Thank you! I'll have someone create me the image file.
     
  4. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    If I could follow up on her question, (as it is one I had myself) I used the code above to change the background color for the sign up form header, but I'd also like to match the "Send Your Message" button on the bottom?
     
  5. cagr1115

    cagr1115 Member

    Joined:
    Dec 14, 2012
    Messages:
    38
    Likes Received:
    0
    Actually, I wasn't able to make it work. I uploaded the new image, but shows a white background after adding those lines of code in the custom CSS :(
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signupForm .heading {
    background: rgb(231, 182, 41);}
    .signupForm .signinForm input[type="submit"]:hover {
    background: rgb(245, 200, 71);}
    .signupForm .signinForm input[type="submit"]{
    background: #e7b629;}
     
  7. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Thanks for the very quick reply! It worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page