• Resolved georgeL13

    (@georgel13)


    I turned on Layout options > Override background color and set the color to a shade of red: rgb(240, 90, 90).

    It works fine for my Pixel 3 Android phone and my Windows 10 laptop.

    However, using iPhone 13, iOS 15.3, the The search box background color is white.

    This is a problem because my search text color is also white.

    Thanks in advance for investigating,
    George

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi George,

    Try this custom CSS please:

    div.asl_w input[type="search"] {
        appearance: auto !important;
        -webkit-appearance: none !important;
    }

    It should resolve the issue.

    Best,
    Ernest M.

    Thread Starter georgeL13

    (@georgel13)

    Yes the custom CSS fixed the problem.
    Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Override background color on iPhone’ is closed to new replies.