• Could someone please tell me how to change the text “Featured” on the home page to different text? I’d like to change it to:

    “Customer Favorites”

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author uxl

    (@uxl)

    There are a few different ways to accomplish this.

    1. In a child theme copy the trusted_woo_home_tabs() function, changing the ‘label’ from ‘Featured’ to ‘Customer Favorites’
    2. Using a translation plugin such as Loco Translate change the translatable text string ‘Featured’ to ‘Customer Favorites’
    3. Optionally, upgrade to the Pro version of the theme, where you can write your own labels for all of the product sections including the ‘Featured’ text.

    Hope this helps.

    Thread Starter moor208

    (@moor208)

    Great! thank you for the reply. We are planing on purchasing the Pro version. But were trying to work out some issues before we do.

    For example, the Single product page title doesn’t display and we’re not sure why.

    This page displays all the information except the title, is this not a feature in this theme?

    https://suddenlytan.com/index.php/product/suddenly-tan-lvclp-basic-system/

    Thanks alot for your help

    Theme Author uxl

    (@uxl)

    The product title is not displayed because you have added custom CSS that is hiding it:

    /* hide header title on products and categories */
    .tax-product_cat .header-title,
    .single-product .header-title{
        display: none;
    }

    Remove this and it will be displayed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page feature products’ is closed to new replies.