Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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/dik29q

    Thanks
    Raphael

    #723350

    Hi 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,
    Basilis

    #723646

    HI 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
    Raphael

    #724929

    Sry, 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

    #725314

    Hi,

    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,
    Andy

    #725545

    Dear 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,
    Raphael

    #725583

    Hey!

    Please try add #s2id_billing_country also at the list and lets see how it will replace it.

    Thank u

    Regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.