jQuery UI Widgets Forums Navigation Tabs Tabs header Backgroud Color

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Tabs header Backgroud Color #21460

    mesken
    Participant

    Hi Team,

    Please is it possible to change some tabs header backgroud color ?
    I have 5 tabs and I want to change the backgroud color of three of them based on specific criteria, I tried looking a the styling in the Documentation but could not make it

    Thanks,

    Tabs header Backgroud Color #21504

    Dimitar
    Participant

    Hello mesken,

    With the following line you can change the background colour of the second tab header to red:

    $("#jqxTabs .jqx-tabs-title:eq(1)").css("background-color", "Red");

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.