-
AuthorPosts
-
July 17, 2018 at 3:43 am #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 ?
July 17, 2018 at 10:06 am #986325Hey TulahStyle,
That should be possible yes, it is only on the checkout page? What changes are you looking to make?
Best regards,
RikardJuly 18, 2018 at 8:52 am #986837HELLO , 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
July 19, 2018 at 5:50 pm #987528Hi,
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,
DudeJuly 22, 2018 at 7:19 pm #988460Thank 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
July 22, 2018 at 10:20 pm #988507Hi,
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 -
AuthorPosts
- The topic ‘Changing WooCommerce checkout Fields’ is closed to new replies.