• Resolved indrabhusanroy

    (@indrabhusanroy)


    Hi, I want to add this text —-“Sell Your” Just above the product title in single product page only.

    Can you please help me….

    Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @indrabhusanroy!

    See if this works:

    add_action( 'woocommerce_before_single_product_summary' , 'bbloomer_add_below_prod_gallery', 5 );
     
    function bbloomer_add_below_prod_gallery() {
       echo '<span>Sell your </span>';
    }

    You can add this code to your site using the Code snippets plugin.

    Cheers!

    Thread Starter indrabhusanroy

    (@indrabhusanroy)

    Thanks it worked perfectly….

    Hi, i use this code but it appears above product image, not on above product title.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add Test above product title’ is closed to new replies.