Support Team
posted this
29 October 2017
Hi,
what about the issue with accordion in product tabs in responsive mode for mobiles?
Any solution meanwhile?
No, unfortunately.
But you can disable responsive options of the Product Tabs control and use it as tabs.
Tables in product tabs always have a background in the regular rows (alternate rows background works fine).
Alternate rows no background, table no background, no background anywhere.
But I can't remove colour of each second row.
Can you reproduce that?
Most probably the table uses bootstrap table style. If so please try adding the following code to the Themler Settings >> Additional CSS:
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: none;
}
Or change table configuration under the Themler Design tab >> More Styles.
Thank you,
Olivia
Hi,
> what about the issue with accordion in product tabs in responsive mode for mobiles?
Any solution meanwhile?
No, unfortunately.
But you can disable responsive options of the Product Tabs control and use it as tabs.
> Tables in product tabs always have a background in the regular rows (alternate rows background works fine).
Alternate rows no background, table no background, no background anywhere.
But I can't remove colour of each second row.
Can you reproduce that?
Most probably the table uses bootstrap table style. If so please try adding the following code to the Themler Settings >> Additional CSS:
`.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: none;
}`
Or change table configuration under the Themler Design tab >> More Styles.
Thank you,
Olivia