Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • 1748823 Friend
    #190883

    hi there, I have 2 queries,
    query 1: how to get rid of the orange outline on the menu (i have attached an image of the outline)
    query 2: how to make the button color the same as the menu color (attached image)

    thanks


    1. color
    Ninja Lead Moderator
    #506966

    My below solution will help you to work with both the problem

    + Remove the orange outline on the menu

    Open templates/ja_mendozite/themes/pink/css/menu/mega.css file


    .ja-megamenu ul.level0 > li.active > a.mega {
    background: url(../../images/grad.png) repeat-x left top #be3955;
    border: 1px solid #c30021;
    }

    .ja-megamenu ul.level1 li.over,
    .ja-megamenu ul.level1 li.active {
    border-color: #c30021;
    background: url(../../images/grad.png) repeat-x left top #be3955;
    }

    Image background path: templates/ja_mendozite/themes/pink/images/grad.png

    + Make the button color the same as the menu color

    Open templates/ja_mendozite/themes/pink/css/menu/mega.css file


    .button, button,
    input, input, input {
    background: url(../images/grad.png) repeat-x left top #be3955;
    border: 1px solid #c30021;
    }

    Image background path: templates/ja_mendozite/themes/pink/images/grad.png

    1748823 Friend
    #507029

    sorry i should have been more clearer, I’m working with the default template and NOT the pink template…could you point me in the right direction?

    thanks

    Ninja Lead Moderator
    #507100

    If your site is set with default theme, you can follow my below solution.

    + Open templates/ja_mendozite/css/menu/mega.css file

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

    .ja-megamenu ul.level0 > li.active > a.mega {
    background: #97005D;
    border: 1px solid #860097;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    }

    + Open templates/ja_mendozite/css/template.css file

    .button, button,
    input, input, input {
    background: url(../images/grad.png) repeat-x left top #97005D;
    border: 1px solid #860097;
    color: #fff;
    font-size: 80%;
    text-transform: uppercase;
    padding: 4px;
    cursor: pointer;
    overflow: visible;
    }

    Image background path: templates/ja_mendozite/images/grad.png

    And change with my red mark

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years ago.

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