# Removing Shading at Bottom of Title Component

**URL:** https://community.glideapps.com/t/removing-shading-at-bottom-of-title-component/36157
**Category:** Ask for Help
**Tags:** custom-code
**Created:** [December 21, 2021, 7:13am UTC](https://community.glideapps.com/t/removing-shading-at-bottom-of-title-component/36157 "2021-12-21T07:13:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![matt](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/matt/32/289_2.png) [@matt](https://community.glideapps.com/u/matt)
#### Post date: [December 21, 2021, 7:13am UTC](https://community.glideapps.com/t/removing-shading-at-bottom-of-title-component/36157/1 "2021-12-21T07:13:37Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 21, 2021, 8:51am UTC](https://community.glideapps.com/t/removing-shading-at-bottom-of-title-component/36157/2 "2021-12-21T08:51:51Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/0/10f26578fe8a7376c8ffc43b34aebf6fcbd9fabc.jpeg)

I assume what you want is this.

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

```

---

<div class="post-metadata">

### Author: ![matt](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/matt/32/289_2.png) [@matt](https://community.glideapps.com/u/matt)
#### Post date: [December 21, 2021, 9:06am UTC](https://community.glideapps.com/t/removing-shading-at-bottom-of-title-component/36157/3 "2021-12-21T09:06:16Z")

</div>

You assume correct. Many thanks!!!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [December 22, 2021, 9:06am UTC](https://community.glideapps.com/t/removing-shading-at-bottom-of-title-component/36157/4 "2021-12-22T09:06:21Z")

</div>

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