Skip to main content

Hello Docebians!

I need your support in eliminating the "gradient black "on Header Layout for ILT Course and Learning Plans HP 

The options allow you to set  Solid color...but...

 

The header layout is not Solid color …it is gradient black

Is there a way to eliminate this “gradient black” with CSS code ?

I appreciate you help!

@DPatel 

@roberto.moscatelli 

Thanks 

@Isram we were able to successfully eliminate the gradient black utilizing the following CSS coding:

dcb-te-content-overview-header .dcb-te-content-overview-header-wrapper.dcb-te-content-overview-header-with-background-color, dcb-te-content-overview-header .dcb-te-content-overview-header-wrapper.dcb-te-content-overview-header-with-background-image {

    background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;

}

 

You can change the values as needed. There is also another article that provides same solution you can check out here:

 

Hope this helps!


@whetstoneth Thank you ! It worked! 


I must be missing something because it does not work for me. :(


Reply