Post Template – Style 3 – No Picture description

Posted in: Newspaper
Post count: 20

Hello,

I want to use the Style 3 for my posts but there appears no Picture description below the picture. I need to show the copyright of the picture underneath the picture.

Post count: 6600

Hi,

You can use the caption filed which is hidden by default on post template 3 but you can use this css to display it, like this: http://screencast.com/t/HPKD056v
Change the font color/family/size as you like, you can also adjust the distance from the bottom or you can style the caption as you like.

.single_template_3 .td-post-featured-image .wp-caption-text {
display: block;
font-family: Sacramento,'Open Sans', arial, sans-serif !important;
color: white;
font-size: 30px;
position: absolute;
bottom: 110px;
left: 10px;
}

.single_template_3 header {
bottom: 0px;
position: absolute;
top: auto;
width: 100%;
}

Hope this helps!

Thanks

Post count: 20

Thank you, it worked!

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