Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #492991

    hi,

    how can i change default Tabs style to combo widget tabs style ?

    example:
    example image

    • This topic was modified 8 years, 7 months ago by master-t.
    #493033

    Merhabalar! :)

    Please add following code to Quick CSS

    .tab {
        background-color: transparent!important;
        border: none!important;
    }
    .tab.active_tab {
        border-bottom: 2px solid black!important;
    }

    Best regards,
    Yigit

    #493048

    Thank you ! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tabs style’ is closed to new replies.