• Resolved dansvv

    (@dansvv)


    Hi there, absolutely love this plugin and have been blown away by it. The only issue I’m having is with the colour of the hint/placeholder in the search box on the main page. It is very faint and on the white background of the search bar not easily readable.

    Is there an option to change this through the settings, I couldn’t find it. I also tried with CSS but can’t find any instance of placeholders, so I can find the relevant ID and overwrite it.

    Any help would be much appreciated,

    Thanks

    Daniel

Viewing 1 replies (of 1 total)
  • Plugin Author echoplugins

    (@echoplugins)

    Hi Daniel,

    Thank you for the kind words. Your correct we don’t have a setting for this at this moment. I will add this to add for future development, thank you for lettings us know. For now you can use this Custom CSS in your child theme that should fix this for you.

    .epkb-search-box ::placeholder {
    color: red !important;
    }

    You can change the red to any Hex color you wish. Thank you and have a great day.

    If you need further help with our knowledge base plugin we would be very happy to help you. Please open a support ticket on our website at https://www.echoknowledgebase.com/technical-support/

    Please note: This forum is not monitored regularly and it does not provide the tools for us to support you better.

    Thank you,
    Dave

Viewing 1 replies (of 1 total)
  • The topic ‘Search box placeholder/hint colour.’ is closed to new replies.