• Resolved bsl2020

    (@bsl2020)


    how to hide the tab content wrap border? When i use tab, i see boarder around it. it is distracting. how to hide it? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @bsl2020,

    We don’t have a built-in option to control that.

    But you can use custom CSS to remove the border.

    The following CSS should do the trick:

    .wp-block-ub-tabbed-content-tabs-content {
        border: 0;
    }

    Please let us know if you need further assistance.

    Regards.

    Thread Starter bsl2020

    (@bsl2020)

    work like a charm! Thank you!

    • This reply was modified 4 years, 9 months ago by bsl2020.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to hide the tab content wrap border?’ is closed to new replies.