Shape 5

Joomla Templates => Outdoor Life - Club => : reznickova May 04, 2017, 05:48:30 AM



: Video on the starting line, custom_1 is too dark
: reznickova May 04, 2017, 05:48:30 AM
Video on the starting line, custom_1 is too dark. The original is light, but the template darkened it. How can lighten up?


: Re: Video on the starting line, custom_1 is too dark
: Dragos01 May 04, 2017, 07:14:06 AM
Find in

editor.css this:

.video_overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);    <--- 0.2 is my new value, change this to what you need (maybe 0.1 for lighter)
}


: Re: Video on the starting line, custom_1 is too dark
: reznickova May 04, 2017, 05:11:49 PM
Thank you for your advice and the chance to make it darker or lighter