• yfcpe

    (@yfcpe)


    Hello
    1 .how can I edit the text Handpicked Stuffs
    2.since I can change the color to sale

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you please post a link to your site where I can see these element so I can try to help with some CSS code?

    Theme Author badjohnny

    (@badjohnny)

    Hi @yfcpe

    1. You can install loco translation plugin, then create your own language and search “Handpicked Stuff” text, just add your text in ‘translation’ field. https://www.dropbox.com/s/fzcr7q54ykpc7ke/Screenshot%202017-03-29%2023.56.39.png?dl=0

    2. You can change the ‘Sale’ label color by the following CSS

    .woocommerce span.onsale{background:YOUR COLOR;}

    Thanks

    lcb1982

    (@lcb1982)

    Hi John, Im trying to change the text in my child theme Lithestore-child, using Loco translate, but running into problems.

    Do you have any idea what needs to be done to fix this?

    I read a tutorial which suggested I replicate the language directory in the child theme folder, and add the following code to the functions.php of the child:

    // Load translation files from your child theme instead of the parent theme
    function my_child_theme_locale() {
    load_child_theme_textdomain( ‘lithestore’, get_stylesheet_directory() . ‘/languages’ );
    }
    add_action( ‘after_setup_theme’, ‘my_child_theme_locale’ );

    However it didnt work.. would appreciate your suggestions.

    Thank you!

    LCB

    lcb1982

    (@lcb1982)

    Have subsequently figured this out – its not necessary to update the child as it reads directly from the parent so loco does its job! thanks

    Theme Author badjohnny

    (@badjohnny)

    Yes, great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text color comes out and edit Edit’ is closed to new replies.