Add shadow on style 4

Posted in: Newsmag
Post count: 199

Hi, I wanted to add shadow on first image style 4 to bring out the white title. Possibly?

See this -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-04-27%20alle%2013.02.15.png

Post count: 7909

Hi,

If you want to add background to the title please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/z0nchmUkhia

.td-post-template-4 header .entry-title {
background-color: rgba(0, 0, 0, 0.47);
padding: 10px;
}

Thanks!

Post count: 199

No, all the image above I want to darken.

Post count: 7909

Hi,

There is already applied gradient on featured image – http://screencast.com/t/i1UoULdNLd6
You only need to change some values for example: http://screencast.com/t/rIWyztmy

.single_template_4 .td-image-gradient:before {
height: 60%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.