Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #363208

    How do I change the text inside the search box because I barely see the one I have when typing. See attached picture. Thanks.search-input-text-color

    #363488

    Hey ezequiel15!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the valus:

    
    #top #s,
    .header_color *::-moz-placeholder {
        color: #000 !important;
    }
    
    

    Cheers!
    Günter

    #365735

    Hi Günter,

    It didn’t work.

    #366095

    Hi!

    I think it should be working. Try adding it to the top of your Dashboard > Enfold > General Styling > Quick CSS field and clear your browser cache.

    If your still having trouble then send us a link and we’ll take a look.

    Regards,
    Elliott

    #369681
    This reply has been marked as private.
    #369718

    Hi!

    Please try adding following code to Quick CSS

    input#s {
    color: red!important;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.