-
AuthorPosts
-
December 12, 2016 at 8:15 pm #723340
Dear Kriesi
We have defined the color background of forms according to another support ticket as follows in quick css:
#top .main_color input[type='text'] { background-color: #deffff; border: solid 1px #ccc; } #top .main_color input[type='select'] { background-color: #deffff; border: solid 1px #ccc; } #top .main_color input[type='options'] { background-color: #deffff; border: solid 1px #ccc; } #top .main_color textarea { background-color: #deffff; border: solid 1px #ccc; } .avia_ajax_form input[type='submit'].button { background-color: #00bdbd; width: 100%; }
But it seems not all form fields are reacting to the code. I tried to find out all field type names but didn’t succeed… Is there a way to enter just one code for all fields? They should just all be the same: { background-color: #deffff; border: solid 1px #ccc; }
http://prntscr.com/dika3p
http://prnt.sc/dik29qThanks
RaphaelDecember 12, 2016 at 8:36 pm #723350Hi eKMUch!
That is because those fields are not targeted or they are based on an extra addons, so they do have issues.
What is your products, how can I check the front end to add them to cart?Thanks a lot
Regards,
BasilisDecember 13, 2016 at 10:54 am #723646HI Basilis
Ah, thank you. Please see the link in Private Content.
1) Its several fields such as “order notes”, “country”, “card number”, “expiry”, “card code”
2) Do you also happen to know how to move the position of product images from “left beside the product” to “to the right of the productdescription”?
3) And do you understand why one can’t click inside the email field..?
4) Also do you know why the country field is not aligned like “town/city” but rather too close to “Email Address”?Sorry many questions I know… 🙊
Many thanks
RaphaelDecember 15, 2016 at 5:01 pm #724929Sry, to keep pushing for this.
But I’m sure you have a good solution to make the form fields all the same color…? :)
The same problem is still present also in the comments/rating section.
Thank you for your help
December 16, 2016 at 2:12 pm #725314Hi,
1.) Try this code inside Quick CSS field:
#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 { background-color: #deffff; }
Please open a new ticket for a new question!
2.) Try this:
.single-product-main-image { float: right; }
Best regards,
AndyDecember 16, 2016 at 9:19 pm #725545Dear Andy
Nr2 works fine
Nr1 awesome! thanks andy, it worked! only the country field is still weirdly placed and not colored. Any idea how to fix it?
many thanks,
RaphaelDecember 16, 2016 at 11:11 pm #725583Hey!
Please try add #s2id_billing_country also at the list and lets see how it will replace it.
Thank u
Regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.