Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • bobgen Friend
    #144113

    Is possible to get hilite modules with different background and/or text colors?

    santoshalom Friend
    #317154

    In Template.css:

    /* Hilite Module ---*/
    div.moduletable_hilite { background: #BACAD3; }

    change this color to your desired color

    nancygl Friend
    #317161

    I´install in my localhost Ja telline III, but the frontpage doesen´t work, I was install Ja Telline II before without any problem.

    So Now I download Ja Telline III, even I install it with the quikstart.. but frontpage is dessapear……

    bobgen Friend
    #317208

    Yes, it works, but only for module col_mass2. if I put Module Class Suffix: _hilite badge-top
    In taht case I get small remarks on module “TOP”. OK, that is also ok. Which color is acceptable for taht?
    Can I remove in some cases remark “TOP” ?

    Can I in custom html module changing color of background and text?

    Phill Moderator
    #317217

    You can do all that. If you want details then tell us exactly what you want to achieve.

    bobgen Friend
    #317245

    OK, how I can change for new custom HTML module background color?

    scotty Friend
    #317259

    If you want to add more colours add the following to your template.css….

    /* Hilite Module —*/
    div.moduletable_hilite { background: #BACAD3; }
    div.moduletable_hilite2 { background: #FF0000; }
    div.moduletable_hilite3 { background: #0000FF; }
    div.moduletable_hilite4 { background: #006699; }

    Use ‘_hiliteX’ as your module suffix where X is the colour you wish to use and change the colours to suit yourself.

    bobgen Friend
    #317263

    It works. But in answer is small error. You need to use ‘_hiliteX’ (not ‘-hiliteX’).

    santoshalom Friend
    #317284

    In css

    /* MODULE STYLES
    --------------------------------------------------------- */
    div.moduletable h3,
    div.moduletable_default h3,
    div.moduletable_menu h3,
    div.moduletable_text h3,
    div.moduletable_hilite h3,
    div.moduletable_hilite2 h3,
    div.moduletable_hilite3 h3,
    div.moduletable_hilite4 h3,

    div.moduletable_tabs h3 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 110%;
    text-transform: uppercase;
    color: #000;
    }

    div.moduletable,
    div.moduletable_default,
    div.moduletable_menu,
    div.moduletable_text,
    div.moduletable_hilite {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    }
    div.moduletable_hilite2 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    }
    div.moduletable_hilite3 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    }
    div.moduletable_hilite4 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;

    }

    /* Tabs Module ---*/
    div.moduletable_tabs h3 {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    margin-bottom: 0;
    }

    div.moduletable_tabs { border-bottom: 1px solid #ddd; }

    /* Hilite Module ---*/
    div.moduletable_hilite { background: #BACAD3; }
    div.moduletable_hilite2 { background: #FF0000; }
    div.moduletable_hilite3 { background: #0000FF; }
    div.moduletable_hilite4 { background: #006699; }

    Module Class Suffix
    _hilite4 badge-hot/top/new
    i hope this helps too

    bobgen Friend
    #317286

    These line I didn’t understand (sintax):
    _hilite4 badge-hot/top/new

    In which module I can use that suffix?

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

This topic contains 10 replies, has 5 voices, and was last updated by  bobgen 15 years, 2 months ago.

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