• Resolved infomonstar

    (@infomonstar)


    Hi thank you very much for this awesome plugin. I am trying to use the Tabbed Content. I want to increase the font size of the Tab Headings. How can I do that? Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter infomonstar

    (@infomonstar)

    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 1 year, 10 months ago by infomonstar.
    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    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.

    Thread Starter infomonstar

    (@infomonstar)

    Thanks for your answer. Hope you will implement it too for Tabbed Content Accordion mode very soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to increase font size of the Tabbed Content headings’ is closed to new replies.