Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #957532

    Hi, there is a line missing the border of the item description tab.

    Also, how can I remove the title of the description tabs as currently the title shows twice (as the tab name and below).

    #958651

    Hey DROR,

    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

    
    div.product .woocommerce-tabs ul.tabs li {
      margin-right: 0;
    }
    .yikes-custom-woo-tab-title {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #958778

    Thanks Victoria. It removed the title only from the custom tab, not from the description tab.

    #959174

    Hi bakbek,

    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

    
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
      display: none;
    }
    

    But there can be an issue with this if there is another h2 in the description tab.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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