Caption position "over image" not working

Posted in: Newspaper
Post count: 364

Hi,

I select caption position “over image” on Single Post Featured Image but it does not change anything. The caption stays on the same postion below the image.

How can I fix that?

Thanks!

Post count: 27744

Hello,

Seems to be an issue, but until this is solved, you can use this custom CSS code

.single .tdb_single_featured_image .tdb-caption-text {
position: absolute;
bottom: 0;
color: #fff;
}

Please set the code in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

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