Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • khoiey Friend
    #131840

    How can I change the “light gray” hover color to red?

    joomla 1.5 version.

    http://www.tiengvietjournal.com

    I tried to edit it in the splitmenu css but it didn’t work . Thank you for advance.

    Sherlock Friend
    #264045

    You can edit theme-red.css (line 49)(templates/ja_teline_ii/css/colors folder)

    #ja-splitmenu a:hover, #ja-splitmenu a:active, #ja-splitmenu a:focus {
    background:#F0F0F0 none repeat scroll 0 0;--> change here as you want
    }

    aedin84 Friend
    #264266

    Honestly, I don’t think that solves the problem. At least it isn’t for me as I don’t use that theme. Any one else have a clear cut way?

    Sherlock Friend
    #264270

    Hi Aedin84
    Plz send your URL

    khoiey Friend
    #264386

    <em>@nguoiabcd 71860 wrote:</em><blockquote>You can edit theme-red.css (line 49)(templates/ja_teline_ii/css/colors folder)

    #ja-splitmenu a:hover, #ja-splitmenu a:active, #ja-splitmenu a:focus {
    background:#F0F0F0 none repeat scroll 0 0;--> change here as you want
    }

    </blockquote>

    Thank you for this code. Can I also change the font color while hovering on the link? for example, if you hover the color over a menu link, it turn red but the font color stay the same. Where can I change this font color during hovering?

    Sherlock Friend
    #264392

    You can add in

    #ja-splitmenu a:hover, #ja-splitmenu a:active, #ja-splitmenu a:focus {
    background:#F0F0F0 none repeat scroll 0 0;
    color: #FFFFFF;-> add this line. change #FFFFFF as you want
    }

    khoiey Friend
    #264413

    that code for color txt didnt work

    Sherlock Friend
    #264415

    Plz delete cookie and refresh your browser

    khoiey Friend
    #264416

    Now it’s working after I cleared the cache. Thanks nguoiabcd

    Sherlock Friend
    #264417

    Ok, I will mark this topic is solved

    khoiey Friend
    #269838

    NguoiABC,

    Would this code work in dropline menu?

    <em>@nguoiabcd 72294 wrote:</em><blockquote>You can add in

    #ja-splitmenu a:hover, #ja-splitmenu a:active, #ja-splitmenu a:focus {
    background:#F0F0F0 none repeat scroll 0 0;
    color: #FFFFFF;-> add this line. change #FFFFFF as you want
    }

    </blockquote>

    Sherlock Friend
    #269885

    No, you can choose Dropline menu and i will view to help you

    khoiey Friend
    #269967

    I ajusted it back to dropline. Please let me know thank you.

    <em>@nguoiabcd 79048 wrote:</em><blockquote>No, you can choose Dropline menu and i will view to help you</blockquote>

    Sherlock Friend
    #270034

    Change background theme-red.css (line 63)

    #jasdl-mainnav a:hover, #jasdl-mainnav ul li.hover a {
    background:#F0F0F0 none repeat scroll 0 0;--> change here
    }

    Change color of text ja.scriptdlmenu.css: (templates/ja_teline_ii/ja_menus/ja_scriptdlmenu/ja.scriptdlmenu.css)

    #jasdl-mainnav a:hover, #jasdl-mainnav ul li.hover a {
    background:#EBF2F9 none repeat scroll 0 0;
    color:#333333;--> chang here
    }

    khoiey Friend
    #270046

    It works. Thank you.

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

This topic contains 15 replies, has 3 voices, and was last updated by  khoiey 16 years, 1 month ago.

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