Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sadesh Friend
    #154175

    How would I change the background of the module title, for example background of JA Tabs title (not the title of individual tabs)?

    thank you!

    Saguaros Moderator
    #355092

    You open the file: /plugins/content/ja_tabs/themes/teline_iii/style.css and find the following code:

    .teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li.active h3 {
    color: #000;
    font-weight: bold;
    }

    and

    .teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li h3 {
    font-family: Arial, sans-serif;
    font-size: 92%;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: #999;
    border: none;
    }

    you add the “background” attribute into those box to change color

    sadesh Friend
    #355124

    <em>@tienhc 193446 wrote:</em><blockquote>You open the file: /plugins/content/ja_tabs/themes/teline_iii/style.css and find the following code:

    .teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li.active h3 {
    color: #000;
    font-weight: bold;
    }

    and

    .teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li h3 {
    font-family: Arial, sans-serif;
    font-size: 92%;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: #999;
    border: none;
    }

    you add the “background” attribute into those box to change color</blockquote>

    Thank you. When I do so as per your instructions, the background color of the tab title is altered, not the title of the module.

    In the above figure, I would like to change the background color for Upcoming Conferences, not for hydrogen, fuel cells and biomass.

    thank you.

    Don Lee Friend
    #355322

    <em>@sadesh 193491 wrote:</em><blockquote>Thank you. When I do so as per your instructions, the background color of the tab title is altered, not the title of the module.

    In the above figure, I would like to change the background color for Upcoming Conferences, not for hydrogen, fuel cells and biomass.

    thank you.</blockquote>

    Hi there,
    Could you plz provide me your live site URL?

    sadesh Friend
    #355391

    Knock! knock!

    Don Lee Friend
    #355546

    <em>@sadesh 193838 wrote:</em><blockquote>Knock! knock!</blockquote>

    Hi,
    As my way, I added a suffix class for module, the class is named “MyClassName”, then opened file template.css and added this code:


    .MyClassName h3{
    background-color: gray;
    }

    sadesh Friend
    #355581

    <em>@donglt 194037 wrote:</em><blockquote>Hi,
    As my way, I added a suffix class for module, the class is named “MyClassName”, then opened file template.css and added this code:


    .MyClassName h3{
    background-color: gray;
    }

    </blockquote>

    Thank you. I tried the following code in template.css and replaced the module suffix _tabs with _bgmodule.

    <blockquote>.bgmodule h3{
    background: #D20000;
    }
    </blockquote>

    It didn’t work. It broke the tabs as I removed its suffix. How can I get both working? Your suggestions are highly appreciated.

    Don Lee Friend
    #355583

    <em>@sadesh 194076 wrote:</em><blockquote>Thank you. I tried the following code in template.css and replaced the module suffix _tabs with _bgmodule.

    It didn’t work. It broke the tabs as I removed its suffix. How can I get both working? Your suggestions are highly appreciated.</blockquote>

    Plz do not replace the suffix, your should add it plus the old like: “_tabs _bgmodule

    sadesh Friend
    #355597

    <em>@donglt 194078 wrote:</em><blockquote>Plz do not replace the suffix, your should add it plus the old like: “_tabs _bgmodule“</blockquote>

    Thank you. I tried it with both suffixes. It didn’t work. Kindly check for module Upcoming Conferences

    I used dark red color for the background.

    http://l.irhcan.com/site

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

This topic contains 9 replies, has 3 voices, and was last updated by  sadesh 14 years, 2 months ago.

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