Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #862004

    I apoligise if this is not the correct place to ask this question.
    I want to change the color where you type your details in the contact 7 form.
    Its currently black, I want to change the color.

    #862184

    Hey Darren,

    Please provide a link to the page in question.

    Best regards,
    Jordan Shannon

    #862239

    in the Contact us email
    I want to change the color of the input boxes. They are currently black.
    Also in the same email box, how do I increase the size of the I’m not a robot & catcha logo without having to increase the size of the layout they are in.
    The I’m not a robot & catcha logo are very small because I had to reduce the size of the field because it was off the screen.
    Mike game me some CSS to use to change the size of the captcha area, but it has shrunk all the information in the area.

    #862258

    Hi,

    Add the following to quick css:

    #top .main_color input, #top .main_color textarea{
    background-color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #862463

    thanks Jordan

    #862525

    Jordon
    Have an issue, put the css in and now all the input fields are white and so is the submit button. it can’t be seen?
    I put a screen shot in the private content

    #862526

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #862553

    do I have to start a new ticket for the same issue?
    strange

    #862578

    Hi,

    Apologies, I didn’t see the other post. Adjust the css to the following:

    #top .main_color input[type=text], #top .main_color textarea{
    background-color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #862736

    Hi Jordan,
    Didn’t work.
    If I remove the first css you gave and and replace it with the new css 2 fields stay black (as per the screen shot below).
    The send button appears but 2 field lines are black.

    #863046

    Hi,

    Please try the following:

    
    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'],#top .main_color textarea, #top .main_color select{
    background-color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #863358

    thank J
    Worked perfectly :)

    #863652

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change input color’ is closed to new replies.