Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1846871
Form colors
Closed

Comments

  • Jennifer White started the conversation

    I am trying to customize the background colors for an in-page search function. The theme options is set for the background to be #0e8e97 and the font is set for ffffff. However, the font is showing as gray when you type in your search term. I would like the font to be white when you type it in (post typing) as well as the font for "search for other team members" (pre typing). Thank you for your help.

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    .gem-search-form.gem-search-form-style-dark .search-field {
        color: #fff !important;
    }
    ::-webkit-input-placeholder {
        color: #fff !important;
    }
    
    5110651633.png