Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #860353

    How do I change the “search” placeholder text color in the search box. I know it is linked to the secondary header color but my header is a dark color, so having these be the same color isn’t working.

    #860832

    Hey Kyle,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #860910
    This reply has been marked as private.
    #862104

    Hi,

    You can use

    #top #s {
    color:
    }

    but please remember to disable your cache as the site is cached

    Best regards,
    Basilis

    #862153

    I’m not getting it to work using:

    #top #s {
    color: #333333
    }

    #862157

    Hi,

    Please use following code instead

    ::-webkit-input-placeholder { 
      color: #333333!important;
    }
    ::-moz-placeholder {
      color: #333333!important;
    }
    :-ms-input-placeholder {
      color: #333333!important;
    }
    :-moz-placeholder {
      color: #333333!important;
    }

    Best regards,
    Yigit

    #862164

    perfect thanks!

    #862169

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Search Box placeholder text color.’ is closed to new replies.