• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 31.08.19, 14:02
  • Opened by: Damon
  • Closed by: Marek
  • Closed on: 23.09.19, 22:22
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15456 - how do I edit description details comments block

I want to only have comments on this block

Comments

Marek 01 Sep 2019, 10:06

There is no such option to disable those tabs. You can do that with custom CSS only

Damon 01 Sep 2019, 22:08

Ok how do I do it with the custom css then

Marek 03 Sep 2019, 14:11

try this:

#tab-content .tab-pane:not(:last-child),
.tabs-container .nav-item:not(:last-child) {display: none }
#tab-content .tab-pane:last-child {display: block;visibility: visible; opacity: 1;position: static;}
Damon 12 Sep 2019, 10:54

it doesn’t work

Marek 12 Sep 2019, 12:54

it works for me https://take.ms/2US3R don’t forget about cache

Damon 23 Sep 2019, 22:18

Thank you !