Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • iguinee Friend
    #149372

    Hello,

    I would like to make some changes and require some guidance.

    See attached image.

    7143


    1. untitled
    histeriks Friend
    #335699

    Hi iguinee,

    to change megamenu childcontent table color, open file mega.css, located in ja_halite/css/menu/ directory, and on line 180 find this and change according to your needs:

    <blockquote>.childcontent-inner {
    background: #2f2f2f;
    }

    .childcontent ul.megamenu { margin: 10px; }

    .childcontent .ja-moduletable {
    background: #2f2f2f;
    color: #ccc;
    border-bottom: 0;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
    width: 180px;
    }
    }</blockquote>

    to change the buttons background, you have to edit images nav-bg.gif and nav-active-bg.gif, and to change the size of menu titles on line 37 find this:

    <blockquote>ul.level0 li.mega a.mega {
    background: url(../../images/nav-bg.gif) no-repeat left top;
    color: #999;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    }</blockquote>

    and just insert font-size anywhere so that it looks something like this:

    <blockquote>ul.level0 li.mega a.mega {
    background: url(../../images/nav-bg.gif) no-repeat left top;
    color: #999;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 12pt;
    }</blockquote>

    Good luck 🙂

    iguinee Friend
    #335876

    This helped.

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

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

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