Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zoutmedia Friend
    #147102

    I want to change the color of ja-tabs, mod_custom, how can I do that? I can’t find the file and want to give it another color.

    Could someone help me?

    thanks in advance you would really help me

    Saguaros Moderator
    #327565

    Hello guy!

    You can change the color of the tab in this file: “/plugins/content/ja_tabs/themes/quartz/style.css”
    Please use the Firebug extension of the Firefox to complete your task .

    zoutmedia Friend
    #327621

    I think it isn’t the right module you said to me. Or maybe I said the wrong one.

    It’s about the module type: mod_custom and it’s in the position of ja_tabs.
    My template is ja_quartz > style = winter

    When I look at my screen I see two of these modules. And when I click on on the title of one it changes windows (it’s a small table in the right of my website).

    The color that I now have in winter style from this module is 92a1b8 web , I want it to turn green but I can’t find the file where I can do that. If you could help me that would be great.

    Css Magician Friend
    #327655

    Dear zoutmedia,

    If you want to turn green, please open file templates/ja_quartz/css/colors/winter.css and edit as follow:

    Change line 322


    .quartz .ja-tabs-title-top ul.ja-tabs-title li.hilite1 {
    background: #93A2B7;
    color: #B0C4E0;
    }

    To :


    .quartz .ja-tabs-title-top ul.ja-tabs-title li.hilite1 {
    background: green ;
    color: #B0C4E0;
    }

    Change lines 332


    .quartz .hilite1 {
    background: #93A2B7;
    color: #FFFFFF;
    }

    To :


    .quartz .hilite1 {
    background: green;
    color: #FFFFFF;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  Css Magician 14 years, 10 months ago.

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