Comments SCOSTARO started the conversationSeptember 29, 2020 at 5:29amSería posible anular el contenido repetido de Información Adicional de la plantilla, me gustaría saber en que archivo puedo encontrarlo.Lo puedo quitar yo mismo si me dice donde está.gracias 2,635Kevin repliedSeptember 29, 2020 at 7:15amHi SCOSTARO Please add this code at functions.php (Appearance-> Editor) to hide itadd_filter ('woocommerce_product_description_heading', '__return_null');thank youSCOSTARO repliedSeptember 29, 2020 at 7:25amHello Kevin (line 10 in image)I tried to copy but i think don't work, i tried to clean cacheIt's possible i copy the text in wrong path? 2,635Kevin repliedSeptember 29, 2020 at 7:46amHi SCOSTARO let's add this css attribute at Appearance-> Customize-> Additional CSS and try again .panel.entry-content.wc-tab > h2:first-child { display: none;} thanksSCOSTARO repliedSeptember 29, 2020 at 8:12amI Write and clear cache , css, js .... but don't work 2,635Kevin repliedSeptember 29, 2020 at 8:36am.panel.entry-content.wc-tab > h2:first-child { display: none; }you have written the character setthank youSCOSTARO repliedSeptember 29, 2020 at 8:46amHi KevinSorry buy i don't understandI have copied This panel.entry-content.wc-tab > h2:first-child { display: none; }In CSS , Have i done anything else?Thanks 2,635Kevin repliedSeptember 29, 2020 at 9:18amHipanel.entry-content.wc-tab> h2:first-child { display: none; }Paste this section to replace the previous onethank youSCOSTARO repliedSeptember 29, 2020 at 9:25amHi kevin i've found the problem i have activated the theme crona and not the child and writing in Crona.The solution goes well, Thanks a lot 2,635Kevin repliedSeptember 29, 2020 at 9:39amHi SCOSTAROthank you, Glad to help you1 Like Sign in to reply ...
Sería posible anular el contenido repetido de Información Adicional de la plantilla, me gustaría saber en que archivo puedo encontrarlo.
Lo puedo quitar yo mismo si me dice donde está.
gracias
Hi SCOSTARO
Please add this code at functions.php (Appearance-> Editor) to hide it
add_filter ('woocommerce_product_description_heading', '__return_null');
thank you
Hello Kevin (line 10 in image)
I tried to copy but i think don't work, i tried to clean cache
It's possible i copy the text in wrong path?
Hi SCOSTARO
let's add this css attribute at Appearance-> Customize-> Additional CSS and try again
.panel.entry-content.wc-tab > h2:first-child {
display: none;
}
thanks
I Write and clear cache , css, js .... but don't work
.panel.entry-content.wc-tab > h2:first-child {
display: none;
}
you have written the character set
thank you
Hi Kevin
Sorry buy i don't understand
I have copied This
panel.entry-content.wc-tab > h2:first-child {
display: none;
}
In CSS , Have i done anything else?
Thanks
Hi
panel.entry-content.wc-tab> h2:first-child {
display: none;
}
Paste this section to replace the previous one
thank you
Hi kevin i've found the problem i have activated the theme crona and not the child and writing in Crona.
The solution goes well,
Thanks a lot
Hi SCOSTARO
thank you, Glad to help you