Hello,
I’d like to change to custom title the Product and Post title in search bar result:
https://tinyurl.com/28rlagy9
How can I do this?
Thanks
This topic has 6 replies, 3 voices, and was last updated 4 weeks ago ago by Luca Rossi
Hello,
I’d like to change to custom title the Product and Post title in search bar result:
https://tinyurl.com/28rlagy9
How can I do this?
Thanks
Hello, Rashkoff,
Thank you for choosing XStore as your WooCommerce WordPress theme.
Please refer to this article for instructions on creating a transition for the theme and Core plugin –
https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Best regards,
8Theme’s Team
Hello
I don’t want to translate.
I need to change them.
Most probably you can give a snippet code to insert in funcions.php
Thanks
Hi @Rashkoff,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.etheme-search-ajax-results h3.etheme-search-form-title {
text-indent: -9999px;
}
.etheme-search-ajax-results h3.etheme-search-form-title[data-title-type="product"]::before {
content: "NEW LABEL 1";
text-indent: 0;
}
.etheme-search-ajax-results h3.etheme-search-form-title[data-title-type="post"]::before {
content: "NEW LABEL 2";
text-indent: 0;
}
Kind regards,
The 8Theme Team
Hi,
thanks a lot.
Hi @Rashkoff,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Change Post and Product title in search bar results’' has been successfully resolved, and the topic is now closed for further responses