Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ludovic ANTIER Friend
    #991132

    Hello,

    please in UBER HOME, they are a very good video module backrground. BUT I would like perhaps change the color and Decreased opacity.
    look please : http://prntscr.com/ddi2h4

    Could you help me please ?

    Pankaj Sharma Moderator
    #991139

    Hi
    Go to
    /templates/uber/acm/hero/css/style.css
    Copy the style.css file and paste it as below path

    /templates/uber/local/acm/hero/css/style.css

    Now find this code and change the color and opacity value .

    acm-hero.style-4 .video-wrapper:before {
        content: "";
        position: absolute;
        background-color: #039be5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    Regards

    Ludovic ANTIER Friend
    #991145

    iT’S PERFECT !!!

    iT’SOLVED thank you very much.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ludovic ANTIER 7 years, 11 months ago.

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