Okay
  Public Ticket #2553846
Anular contenido duplicado plantilla simple product
Closed

Comments

  • SCOSTARO started the conversation

    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

  •  2,565
    Kevin replied

    Hi SCOSTARO 

    Please add this code at functions.php (Appearance-> Editor) to hide it


    add_filter ('woocommerce_product_description_heading', '__return_null');

    thank you


  • SCOSTARO replied

    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?


  •  2,565
    Kevin replied

    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

  • SCOSTARO replied

    I Write and clear cache , css, js .... but don't work



  •  2,565
    Kevin replied

    .panel.entry-content.wc-tab > h2:first-child {

        display: none; 

    }

    you have written the character set

    thank you

  • SCOSTARO replied

    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

  •  2,565
    Kevin replied

    Hi


    panel.entry-content.wc-tab> h2:first-child {

        display: none;

    }

    Paste this section to replace the previous one
    thank you

  • SCOSTARO replied

    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

  •  2,565
    Kevin replied

    Hi SCOSTARO

    thank you, Glad to help you