Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jhicks Friend
    #163912

    Is it possible to change the background color in the dropdown menu to include a degree of opacity so what is underneath can still be seen slightly?

    thank you,
    Jeff

    Saguaros Moderator
    #391186

    now, you need to create an image having 1 px, and it must be a transparent image, then you put this image into folder templates/ja_minisite/images. You open the file: /templates/ja_minisite/css/menu/mega.css and find the following code:

    .ja-megamenu .childcontent-inner {
    background: #0a0a0a;
    border-bottom: solid 5px #1478C4;
    color: #666;
    }

    replace by:

    .ja-megamenu .childcontent-inner {
    background: url(YOUR_IMAGE_PATH);
    border-bottom: solid 5px #1478C4;
    color: #666;
    }

    jhicks Friend
    #391436

    Thank you ! I will try that.

    jhicks Friend
    #391489

    It worked very well!! Thank you very much for your response!

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

This topic contains 4 replies, has 2 voices, and was last updated by  jhicks 12 years, 11 months ago.

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