Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • David Porré Friend
    #186864

    Hello,

    I would like to know how to change the overlay color on the whole page when the mouse is on the mainnav, currently grey on the demo.

    Any idea ?

    Hoping for answers,
    Best regards,
    David aka Shapes

    MoonSailor Friend
    #490256

    Hi Shapes,

    You can change it by change css code :

    – Open file templates/ja_argo/css/template.css

    – find css code :
    [PHP]
    .mega-dim {
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: -10000px;
    opacity: 0;
    -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=0)”;
    filter: alpha(opacity=0);
    z-index: 1000 -1;
    background: #000
    transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -webkit-transition: opacity .4s ease-in;
    }
    [/PHP]

    and change css properties background
    [PHP]
    background: #000
    [/PHP]

    David Porré Friend
    #505828

    Thanks a lot for that one !!
    Best regards,
    David aka Shapes

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

This topic contains 3 replies, has 2 voices, and was last updated by  David Porré 10 years, 7 months ago.

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