Title Background

Posted in: Newspaper
Post count: 156

Hello,

I hope you can help me do the following:

I like to use large fonts in slider title in just one line of text in the title, from left to right at the bottom of the featured image. Behind the text, I want to make sure the dark, transparent background stretches from left to right on the image as well, but so that it (the dark, transparent background) is in line with the bottom border of the featured image.

Here is a screenshot that may clarify my request further. http://www.screencast.com/t/KQqKvKAnNLJP

I really appreciate all your help.

Philip

Post count: 6600

Hi,

Please add this custom CSS in Theme Panel > Custom CSS:

.iosSlider-col-2 .td-sbig-title-wrap .td-sbig-title  {
 font-size: 35px !important;
 line-height: 20px !important;
 text-align: center;
 width: 100%; 
}

.iosSlider-col-2 .td-sbig-title-wrap  {
bottom: 0px;
width: 100%;
}

Result: http://screencast.com/t/pmhiX95XJ7yO

Thanks

Post count: 156

Excellent. Many thanks!

Philip

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