test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • infomathmods Friend
    #181725

    As you can see here:
    http://www.mathmods. eu/admission

    the color for the hover link is too dark to be used on a dark module. Where can I change it? I guess it has the same color as the hover links in a k2 article, which has a white background, so in that case a dark hover color is fine.

    Thanks

    Ninja Lead Moderator
    #471234

    You can change it here
    <blockquote>Open templates/ja_mendozite/css/template.css file</blockquote>

    div.ja-moduletable.dark,
    div.moduletable.dark {
    background: #222
    padding: 20px;
    color: #999
    }

    infomathmods Friend
    #471251

    Thank you for your reply. But I didn’t mean to change the dark colour of the module, instead I’d like to change the colour of the links.

    If you apply a dark class to a menu, for example (see here the “news categories” on the right: http://www.mathmods .eu/news), the links are grey and then the hover color is blue, which I like.

    Instead, if you look at a K2 content module with dark class suffix (see here http://www.mathmods .eu/admission), the links are blue (whch is still ok, I quite like it), but when you put your mouse on it, it gets quite dark and difficult to read..

    If possible, I’d like to have there the same link colors as in an ordinary dark module.

    Ninja Lead Moderator
    #471254

    Please try on this

    <blockquote>Open templates/ja_mendozite/css/k2.css file</blockquote>
    add new this script below

    #k2ModuleBox199 ul li a {
    color:#999;
    }

    #k2ModuleBox199 ul li a:hover {
    color:#d05338;
    }

    infomathmods Friend
    #471270

    It works, thanks!

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

This topic contains 5 replies, has 2 voices, and was last updated by  infomathmods 12 years, 2 months ago.

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