Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #587404

    Hello,

    Can you help me please to change the tags of my products.
    On my page shop , all my products are H3 tags , I would mark otherwise, how do I proceed?
    I have the same problem for the titles of widgets.

    Thank you for their time
    Ps: sorry for my english..

    #588213

    hi
    Nobody can help me ?

    Ty

    #588219

    Hi!

    Please keep in mind, posting on a topic a second time, brings it back to the end of the line.
    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #588226

    Hi,
    thank you for your reply.

    So i have to pay for that ?

    #589579

    Hey!

    Add this in the functions.php file:

    /**
     * Show the product title in the product loop. By default this is an H3.
     */
    function woocommerce_template_loop_product_title() {
    	echo '<h1>' . get_the_title() . '</h1>';
    }

    Adjust the heading tag as you please.

    Regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.