Single Page Featured Image

Posted in: Newspaper
Post count: 13

I have the single page template in the cloud library.

How can I make the radius of the featured image to “9”?

Usually I have only two options – radius on and radius off.

Post count: 21065

Hello!

If you don’t have the option for this , then you can use CSS code and apply it in theme panel.

Thank you!

Post count: 13

Okey, I understand it, but what block I must add to this page and what CSS write inside it?

I use “tdb_single_bbg_featured_image” for main block in single page templalte

Post count: 21065

Hello!

Please use this CSS code:

.tdb-featured-image-bg {
border-radius: 9px !important;
}

Copy and paste this code here: Newspaper -> Theme panel -> Custom code -> Custom CSS.

Hope that helps you!

Thank you!

Post count: 13

Thank you!

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