-
AuthorPosts
-
August 13, 2018 at 5:16 pm #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!August 13, 2018 at 6:59 pm #996818Hey calnettech2,
Try adding this to quick css:
input.text_input is_email{ background-color:#2cace2 !important; }
Best regards,
Jordan ShannonAugust 13, 2018 at 7:38 pm #996837Sorry that still didn’t work – email input background is white on my iphone??
August 13, 2018 at 7:48 pm #996848Hi,
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 ShannonAugust 13, 2018 at 8:04 pm #996852I set it so it is always on – adding a max-width will not make any difference. (?)
August 13, 2018 at 8:16 pm #996862Hi,
It is a media query its important to try all avenues especially when its one device having issue.
Best regards,
Jordan ShannonAugust 13, 2018 at 8:22 pm #996866I know what a media query is… regardless I added it so that you can see that it didn’t make a difference.
August 13, 2018 at 10:55 pm #996903Hi,
Okay. Again, I have reached out to the other mods to see if they have issues with the iPhone.
Best regards,
Jordan ShannonAugust 14, 2018 at 4:14 am #996936Both 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.
August 14, 2018 at 6:21 pm #997204Hi,
Please provide the screenshot.
Best regards,
Jordan ShannonAugust 14, 2018 at 6:45 pm #997227August 14, 2018 at 10:37 pm #997349Hi,
Please try
.av-main-nav ul li .current-menu-item li P{
}
it should work to target the active one.
Best regards,
BasilisAugust 14, 2018 at 10:47 pm #997358But this is not a nav item it is the contact form? That does not make sense??
August 15, 2018 at 10:51 am #997498Hi 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,
VictoriaAugust 15, 2018 at 3:06 pm #997568Hey that did the trick. THANKS!
August 15, 2018 at 5:00 pm #997609Hi calnettech2,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.