How to achieve and edit this css style visually using Design Panel?

I initially created this style using DW CSS Panel, now I copied the style into my Wappler website and want to customize it further using Design Panel. But there’s issue I need help to achieve it:

The style:

>     .bg-custom {
>       background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0.00)),color-stop(0%, rgba(191,0,0,0.54))), url("background/04.jpg")!important;
>       background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.00) 0%,rgba(191,0,0,0.54) 0%), url("background/04.jpg")!important;
>       background-image: -moz-linear-gradient(top,rgba(255,255,255,0.00) 0%,rgba(191,0,0,0.54) 0%), url("background/04.jpg")!important;
>       background-image: -o-linear-gradient(top,rgba(255,255,255,0.00) 0%,rgba(191,0,0,0.54) 0%), url("background/04.jpg")!important;
>       background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(191,0,0,0.54) 0%), url("background/04.jpg")!important;
>     } 

The issue (s):

Thank you in advance for any clarification, assistance, and consideration.

Cheers.

Community Page
Last updated: