• Resolved treeplo

    (@treeplo)


    Hi blocksy team, how can I delete or translate this string “show more” in the search modal. Thanks to the work you do.

Viewing 1 replies (of 1 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @treeplo, there is no option to delete the “Show more” string but you could do that with some custom CSS, use this one:

    
    .ct-search-results .ct-show-more {
      display: none !important;
    }
    

    You can use the Loco Translate plugin to translate this string, here is an example , or contribute with to our translation project here ??

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘“Show More” in modal search’ is closed to new replies.