Add Custom ToolTip modal content before the short description === Resources needed 1) Simple ToolTip plugin: https://wordpress.org/plugins/simple-tooltips/ 2) Content Block and Custom content ```htmlmixed= [simple_tooltip content='<b>7 DAY RETURNS*</b> You can return any PANZERA watch within 7 days for a full refund of the price you paid us. The watch must be shipped back to PANZERA at your cost and responsibility, in original condition and in its original packaging'] <h6 onmouseover="" style="cursor: pointer;"><span style="color: #d64444;"><em>7 DAY RETURNS*</em></span></h6> [/simple_tooltip] ``` 3) FTP access to embed the shortcode in the woocommerce template ### Procedure: 1) embed the content block shorted in the WooCommerce template file ``` <!-- #JVG# Insert custom ToolTip message on mouseover --> <?php echo do_shortcode('[content_block id=11326]'); ?> <!-- #JVG# Insert custom ToolTip message on mouseover --> ``` ![](https://i.imgur.com/zdHlHU9.png) ![](https://i.imgur.com/PdKbfjW.png) 2) Save the file and upload changes on the FTP --- ###### tags: `shortcode` `content blocks`