[ad_1]
Hi there,
The product name is hidden by default on the inline shortcode, because in the majority of cases it is used in the product page, where the name is already present.
If you wish to display it, the following CSS should do it:
body.configurator_is_inline .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header {
display: block;
}Marc
