Feature Request: Title background option

Posted in: Newspaper
Post count: 19

Hi there!

I’d like to see an option for post template 3 and 4 that would replace the gradient over the bottom half of the featured image with only a background for the actual post title. (i.e. only in the red box in the example linked below)

https://www.evernote.com/shard/s1/sh/bd4e9ca3-465c-40c3-9f21-b09789f18ed0/7f1d8ecde21ef15d243894da06bd2c75/deep/0/title-background.png

Just like you already do it in thr big slide:
https://www.evernote.com/shard/s1/sh/3468cf62-923a-41e2-98b6-e30e48c5f211/b4b0469a1c07ba38d6d4a4e4efc50c7c/deep/0/example.png

Post count: 6600

Hi,

Thanks for your suggestion, you can do this by adding this css in Theme Panel > Custom CSS:

.td-template4-header header h1 {
background-color: rgba(77, 178, 236, 0.7)!important;
}

.single_template_3 header h1 {
background-color: rgba(77, 178, 236, 0.7)!important;
}

If you don’t like this color you can change it as you like.

Thanks!

Post count: 19

Thank you! Now it looks exactly like I wanted it to look:
https://www.evernote.com/shard/s1/sh/c51ee392-6c5f-4a92-aed9-f35161bf987b/07b8aa38b1b786e09defce35b9d37c65/deep/0/Window.png

Especially when using images with white background this looks much more clutterless.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.