Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bromanforetag Friend
    #170705

    So here is the problem. I am modifying Ironis and in the CSS the menu calls for this image…

    #ja-mainnav {
    background: url(“../images/mainnav-bg.gif”) repeat-x scroll left bottom #ff6f00;
    }

    And I can’t find it in my files. Anybody else have this problem? I tried re-downloading the template and cant still can’t find it.

    So I look in the Mega CSS and find images, and I can’t find these either…

    .ja-megamenu ul.level0 li.mega a.mega.active {
    background-image: url(“../../images/mainnav-active.gif”);
    color: #FF6FOO;
    text-shadow: 0 1px 0 rgba(108, 108, 108, 0.3);
    }

    .ja-megamenu ul.level0 li.mega a.mega.over {
    background: url(“../../images/maninav-hover.gif”) left top repeat-x;
    color: #174256;
    text-shadow: 0 1px 0 rgba(204, 204, 204, 0.3);
    }

    khoand Friend
    #424677

    To change color menu, you find code from templates/ja_ironis/css/menu/mega.css

    .ja-megamenu ul.level0 li.active {
    background: url(../../images/body_black.gif) repeat left top;
    color: white;
    }
    .ja-megamenu ul.level0 > li.mega {
    background: white;
    margin-right: 5px;
    }

    and from templates/ja_ironis/core/themes/day/css/menu/mega.css

    .ja-megamenu ul.level0 li.over > a.mega {
    background: #6CA3B1;
    }

    bromanforetag Friend
    #424682

    Still not working. I’m using the blue theme and I couldn’t even find the line of code you reference from the day theme. I can change the menu color but for one reason or another I can’t seem to change the hover color. Any ideas?

    bromanforetag Friend
    #424685

    I was in the wrong folder. I’m doing 4 different sites at once all with different templates.

    khoand Friend
    #424714

    Do you solve it? Could you give me a link to your website?

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

This topic contains 5 replies, has 2 voices, and was last updated by  khoand 13 years ago.

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