Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #981476

    Hi, how can I fix these issues on the product page – adding the missing line from the description box and removing the title as it says “description” twice.

    Thanks.

    #982078

    Hey DROR,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #982360

    I deactivated it.

    #982477

    Hi bakbek,

    Thank you.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .woocommerce-tabs #tab-description h2 {
      display: none;
    }
    div.product .woocommerce-tabs ul.tabs li {
      margin-right: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #982684

    Perfect. Thanks!

    #983051

    Hi bakbek,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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