• Resolved patchko

    (@patchko)


    I would like to make the text in a horizontal tab be bold with a new bg color when the tab is active.

    User can click a tab to move to a new slide, when they are on that slide I would like the background of the slide text and/or the text itself to be bold….

    I don’t see anything to this effect in settings.

    not active
    tab1 tab2 tab3
    active (slide is active/selected)
    tab1 tab2 tab3

    Any help appreciated.

    • This topic was modified 6 years, 11 months ago by patchko.
Viewing 1 replies (of 1 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    There is no option available to change the tabs/thumbs styles. However, it is not that hard to change the style with custom code. The classname of tabs/thumbs in Master Slider is .ms-thumb-frame and for active tabs, the classname is .ms-thumb-frame-selected

    For example, you can use them in this way to give them style:

    .ms-thumb-frame.ms-thumb-frame-selected { font-weight: bold !important; }

    If you need any further information, please let me know.

    Best,

Viewing 1 replies (of 1 total)
  • The topic ‘bolding or change bg color of tabs when active’ is closed to new replies.