Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #996768

    site is at [code]

    [/code]
    Contact form is at the bottom of the page.
    We have styled the input forms to have a background color but on mobile phones the email input background color is no longer there?
    Thanks for your help!

    #996818

    Hey calnettech2,

    Try adding this to quick css:

    input.text_input is_email{
    background-color:#2cace2 !important;
    }

    Best regards,
    Jordan Shannon

    #996837

    Sorry that still didn’t work – email input background is white on my iphone??

    #996848

    Hi,

    Okay. Let me check in with other mods with the iphone as I’m not seeing the issue within my environment. In the meantime try this and let me know if works:

    @media only screen and (max-width: 767px)  {
    input.text_input is_email{
    background-color:#2cace2!important;
    }}

    Best regards,
    Jordan Shannon

    #996852

    I set it so it is always on – adding a max-width will not make any difference. (?)

    #996862

    Hi,

    It is a media query its important to try all avenues especially when its one device having issue.

    Best regards,
    Jordan Shannon

    #996866

    I know what a media query is… regardless I added it so that you can see that it didn’t make a difference.

    #996903

    Hi,

    Okay. Again, I have reached out to the other mods to see if they have issues with the iPhone.

    Best regards,
    Jordan Shannon

    #996936

    Both the client who I am building this site for and myself are having the issue. I can send you a screen shot. It is happening on my iPad as well.

    #997204

    Hi,

    Please provide the screenshot.

    Best regards,
    Jordan Shannon

    #997227
    #997349

    Hi,

    Please try

    .av-main-nav ul li .current-menu-item li P{

    }

    it should work to target the active one.

    Best regards,
    Basilis

    #997358

    But this is not a nav item it is the contact form? That does not make sense??

    #997498

    Hi calnettech2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px)  {
        #avia_2_1.text_input.is_email{
            background-color:#2cace2 !important;
        }
    }
    

    There was a dot missing in the code given by Jordan.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997568

    Hey that did the trick. THANKS!

    #997609

    Hi calnettech2,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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