How to make image caption text style same as in LaMode demo ?

Posted in: Newspaper
Post count: 2

Hi,

I want to make image caption text style same as in LaMode demo.
How do I achieve that?
Screenshots provided in following images. Thx.

https://postimg.cc/Yh3YSDdZ –> current style
https://postimg.cc/mPp9YzfS –> expected style

Kusumo.

Post count: 27744

Hi,

There is a custom class and custom code in the theme files, so you need to add an extra class on the Single Post Content, I added td-fashion-pro -> https://i.imgur.com/0NEyz8c.png and use this code, maybe you needto adjust it.
.td-fashion-pro figcaption
{
position: relative;
top: 50%;
transform: translateY(-50%);
left: -180px;
text-align: left;
width: 250px;
padding: 20px;
background-color: #fff;
border-left: solid 10px rgba(189, 0, 255, 0.56);
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

Post count: 2

Thanks!
It’s working as expected now ?

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