How to make the form heading as yours?

Discussion in 'Variant WordPress Theme' started by effyeweb, Feb 19, 2016.

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

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    variant_change_form_heading.png

    And paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li.inkleadheading h1 {
        color: white;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    not fully work.....

    the result as this:
    fdfsd.jpg

    My style setting as below:


    Code:
    b, strong {
      font-weight: 700 !important;
    }
     
    @media only screen and (max-width: 480px){
    .form_wrapper_custom {
        height: auto !important;
        width: 100%;
    }
    }
     
    .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="text"] {
        width: 100%;
        float: none;
    }
     
    li.inkleadheading h1 {
        color: white;
    }
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Paste the code given below in Custom CSS field of your dashboard.
    Code:
    li.inkleadheading h1 {
        margin-top: -34px;
    }
    li.inkleadheading p {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    Note: Adjust the numeric value as per the requirement..

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  6. priya

    priya Guest

    Hello,

    Would you please send us your dashboard credentials at [email protected] along with this thread link and we will do it for you..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  8. priya

    priya Guest

    Hello,

    We have successfully received your query and is being forwarded to our developers,

    As InkThemes has been receiving high volume of support requests our developers are busy at this moment, I will try to pull them on your issue and will get back to you with positive response ASAP.

    Hope you understand..

    Your patience will be highly appreciated,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    ok....
     
  10. priya

    priya Guest

    Hello,

    You would be glad to know that your issue has been resolved..

    Kindly check your site and acknowledge the same..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  11. priya

    priya Guest

    Hello,

    You would be glad to know that your issue has been resolved..

    Kindly check your site and acknowledge the same..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  12. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Thanks a lot....... it works now
    www.supermaids.ibatupahat.com

    Code:
    li.inkleadheading h1 {
        margin-top: -31px;
        color: white;
    }
    li.inkleadheading p {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    @media only screen and (max-width: 480px){
    .form_wrapper_custom {
        margin: 20px auto 0 auto;
        width: 100%;
        height: auto !important;
    }
    }
     
     
    @media only screen and (max-width: 480px){
    .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="text"], .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="email"], .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li textarea {
        outline: none;
        font-family: 'Raleway', sans-serif;
        border: 2px solid #d9d9d9;
        padding: 5px 12px 5px 12px;
        width: 100%;
        float: none;
    }
    }
     
  13. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page