matt
1
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;
}
matt
3
You assume correct. Many thanks!!!