Okay
  Public Ticket #1886467
Hide "Hit enter to search or ESC to close"
Closed

Comments

  • digitalanders started the conversation

    How can I hide "Hit enter to search or ESC to close" or change the wording? I can't find it in the po file of the theme with my tool "loco translate"


    Best,

    Martin

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please try this CSS here: Salient > General Settings > CSS/Script Related > Custom CSS Code

    body[data-header-color="custom"] #search-outer #search .span_12 span {
        display:none!important;
    }
    

    Hope this helps,

    Regards

    Themenectar Support Team