I have somehow managed it. I used these codes –
.wp-block-ub-tabbed-content-tabs-title,
.wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab,
.wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab {
font-size: 20px; /* Adjust the font size value as needed */
}
.wp-block-ub-tabbed-content-tabs-content.ub-tabbed-content-mobile-accordion {
font-size: 22px;
}
The font size is now alright. But I need your help to auto close the Tabs in Mobile Accordion mode. One Tab will be opened by default, as it is now. When the user goes to the next Tab (in accordion mode) the previous tab will auto close. Is it possible to do ?
-
This reply was modified 2 years, 8 months ago by
infomonstar.
We don’t have that currently for the accordions for tabbed content.
But we have that for content toggle.
So, it will be easy to implement. I think we will implement it in a future release.
Kind regards.
Thanks for your answer. Hope you will implement it too for Tabbed Content Accordion mode very soon.