Photo credit

Posted in: Newspaper
Post count: 18

Is there a display option that shows the photo credit and caption under the photos when you are using template 3 for article posts?

Post count: 22421

Hi,

Unfortunately the caption was hidden for this post template. In order to get it to display you will need to use css to do it.
.td-post-template-3 .td-post-header-holder .wp-caption-text{
display: table-cell!important;;
}
.td-post-template-3 .wp-caption-text{
color:white!important;
font-size: 14px!important;
position: absolute!important;
top:0;
left:10px;
}

It will create a black band below the image if it’s positioned below the title.

Thank you!

Post count: 18

Thank you Bogdan,

But where should I place this CSS code?

Post count: 22421

Hi,
You can place the css code in the theme panel->custom css box like so: http://screencast.com/t/5KtsidLsZjRl
Thank you!

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