how i can hidden or not show text in Search with AJAX
-
i put <br/> in woocommerce title product.
because i need Add a line break in Woocommerce Product Titles.
It works great.
but in Search with AJAX show text <br/> this not beautiful for my site.
how i can hidden or not show text <br/> in Search with AJAX
Attachments:
You must be
logged in to view attached files.
Hello,
You need to remove this tag from the title as it is not supported.
You can limit the width of the title by CSS and the title will automatically be broken into two lines
Best Regards
in shop page is not show <br/>
Attachments:
You must be
logged in to view attached files.
Yes, but our AJAX search uses additional JS library and you can’t put HTML tags there.