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

    Hello , Mods and other participants

    I am having an issue with my ecommerce site that i have been trying to build on Enfold .

    I am using WooCommerce . That being said this is the main issue i am dealing with .

    I Have edited my site via the enfold theme options ; however changing the colors of my site has had the unforseen consequence of changing the colors to input fields on my checkout page .

    Is there anyway i can change the input fields without destroying all the colors on my page ?

    #986325

    Hey TulahStyle,

    That should be possible yes, it is only on the checkout page? What changes are you looking to make?

    Best regards,
    Rikard

    #986837

    HELLO , Rikard .

    It seems it is just the My Account , My Cart , Checkout Fields

    i am trying to change , my color scheme currently encompasses all of my colors however all the “Fillable Fields” Show up in these colours instead of a simple white field which could be distracting to some customers .

    Any help you could provide would be appreciated

    #987528

    Hi,

    Please add this code to the quick css field to change the background color of the input fields to white:

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

    You can replace #fff with any other color value to change the color.

    Best regards,
    Dude

    #988460

    Thank you Dude

    I Inserted this into my quick css field and it did solve my issue .

    Thank you again for the quick and prompt service , you guys are awsome

    #988507

    Hi,
    Glad Dude was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

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