Removing Shading at Bottom of Title Component

For the “Title” component, had anyone had success at removing the shading that appears at the bottom of the image using CSS?

I assume what you want is this.

<pre><span><style>
.title-wrapper >div >div >div {
background-image: none;
}
1 Like

You assume correct. Many thanks!!!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.