Skip to main content
Best Answer

CSS support in eliminating the "gradient black "on Header Layout for ILT and Learning Plans

  • May 16, 2024
  • 3 replies
  • 181 views

Isram
Influencer III
Forum|alt.badge.img+1

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 

Best answer by whetstoneth

@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!

3 replies

Forum|alt.badge.img
  • Novice II
  • Answer
  • May 16, 2024

@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!


Isram
Influencer III
Forum|alt.badge.img+1
  • Author
  • Influencer III
  • May 17, 2024

@whetstoneth Thank you ! It worked! 


Forum|alt.badge.img+2
  • Influencer II
  • October 23, 2024

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