Title over image border radius

Posted in: Newspaper
Post count: 4

Hi,

How do I set the border-radius for the image using the Title over Image element?

Thanks

Post count: 20688

Hi,

Seems that the border radius setting is not working properly, I checked it on my end. I could give you a CSS code for it, until it is fixed. For example a code like this should work for it – http://prntscr.com/o3p76k you can modify the value as you want

.tdm_block_title_over_image .tds-title-over-image {
border-radius: 25px !important;
}

This code will affect all the title over image elements, but it can be made more specific by setting and using a class for the title over image elements you want it to apply, like in this example
http://prntscr.com/o3p7w5http://prntscr.com/o3p83m

Sorry for the inconvenience, let me know if you have more questions.
Thanks

Post count: 4

Thank you for the great details.

It works as you have pointed out.

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