Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Fariz Iskandar Friend
    #165991

    Hello :laugh:,

    anybody knows how to change color menu ?

    manythanks,
    fz


    1. merubah-warna-menu
    khoand Friend
    #400086

    Hi,
    You change this code from /templates/ja_mesolite_ii/css/template.css

    #ja-mainnav .main {
    background: #333 url(../images/dot-dark.gif) repeat-y 20% top; < change this line
    border-top: 1px solid #E6E6E6;
    min-height: 35px;
    z-index: 999;
    }

    pritam Friend
    #400090

    Hello fiskandar,

    To change color menu

    find this code at /templates/ja_mesolite_ii/css/template.css line no 753

    #ja-mainnav .main
    background: url(“../images/dot-dark.gif”) repeat-y scroll 20% top #333333;
    border-top: 1px solid #E6E6E6;
    min-height: 35px;
    z-index: 999;
    }

    Change this code to :-
    #ja-mainnav .main {
    background: url(“../images/dot-dark.gif”) repeat-y scroll 20% top #0000FF;/*color code as per your requirement*/
    border-top: 1px solid #E6E6E6;
    min-height: 35px;
    z-index: 999;
    }

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

This topic contains 3 replies, has 3 voices, and was last updated by  pritam 13 years, 4 months ago.

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