Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Juan Hassan Friend
    #133464

    I need to change the color tittle in Ja-Tabs.
    I think inside the css templates.

    Thanks

    Sherlock Friend
    #271131

    Hi !
    You can change it following way below :
    Open style.css file in plugins/content/ja_tabs/themes/labra folder , find following code section at about line 64 :


    .ja-tabs-title-top ul li.active h3 span, .ja-tabs-title-top ul li.firstactive h3 span, .ja-tabs-title-top ul li.lastactive h3 span {
    background:transparent url(tab-active.gif) no-repeat scroll right top;
    display:block;
    line-height:30px;
    }

    change to :


    .ja-tabs-title-top ul li.active h3 span, .ja-tabs-title-top ul li.firstactive h3 span, .ja-tabs-title-top ul li.lastactive h3 span {
    background:transparent url(tab-active.gif) no-repeat scroll right top;
    display:block;
    line-height:30px;
    color:#DDDDDD;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum