Home › Forums › Jevelin Theme › Empty cart text
Home › Forums › Jevelin Theme › Empty cart text
Hi Guys
Could you let me know how/where to edit the text on the empty cart page please
The language phrasing is incorrect for English (it should be – ‘Looks like there are no items in your cart’), and I don’t think the customer needs all the messages to say the cart is empty so would like to delete or amend them if I can š
Thanks and regards
D.
Hi @NorthumbrianTin,
Thank you for your question.
You can edit the text using any of the following plugins.
https://wordpress.org/plugins/real-time-find-and-replace/
https://wordpress.org/plugins/say-what/
Best regards,
Shufflehound team
Thanks but I dont want to use any extra 3rd party plugins
Could you let me know where this is in the code and I will edit it myself, or if you can, tell me how to stop the 2 pieces of text showing.
Thanks
D.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.cart-empty .sh-nothing-found .sh-table-cell-top p { display: none; }