Change Post and Product title in search bar results

This topic has 6 replies, 3 voices, and was last updated 4 weeks ago ago by Luca Rossi

  • Avatar: Ricky_Rashkoff
    Rashkoff
    Participant
    February 8, 2025 at 20:18

    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

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 9, 2025 at 09:58

    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

    Avatar: Ricky_Rashkoff
    Rashkoff
    Participant
    February 9, 2025 at 11:27

    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

    Avatar: Justin
    Luca Rossi
    Support staff
    February 10, 2025 at 10:54

    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

    Avatar: Ricky_Rashkoff
    Rashkoff
    Participant
    February 10, 2025 at 11:55

    Hi,
    thanks a lot.

    Avatar: Justin
    Luca Rossi
    Support staff
    February 11, 2025 at 06:30

    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

  • Viewing 6 results - 1 through 6 (of 6 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.