Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #292651

    hi there. in general styling, i made my main content border color white. this change has also made the outline of the input boxes white (see my page). can you please help me define a border color for the input box?

    #292873

    Hey cindy531!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the color value:

    
    
    form input{
    border-color: #a2a2a2;
    }
    

    Regards,
    Günter

    • This reply was modified 10 years, 4 months ago by Günter.
    #293092

    Hi Günter,

    Thanks for your reply. I tried adding the code in custom.css, but it is not working.

    I searched for other posts and found the code below, but it is only working for one textbox.
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {border-color: #CCCCCC;}

    Could you please take a look again?

    Thanks,
    Cindy

    #293117

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #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 input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #cccccc !important; }

    after applying the code, please flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #293120

    Perfect! Thanks Yigit.

    #293123

    Hey!

    You are welcome Cindy, glad we could help! Let us know if you have any other questions or issues.
    Have a nice weekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing textbox bordercolor’ is closed to new replies.