style thumbnails flex block 1

Posted in: Newspaper
Post count: 8

i want to change the thumbnails on a flex block 1 , vertical like shown bellow:
https://imgur.com/a/GB21q4N

for example i want even thumbnails to have top left border radius and odd thumbnails to have top right border radius
can i put a custom static ID on the block and do some styling like :

#custom-block-id > span:nth-child(odd) {
border-top-left-radius :20px;
}
#custom-block-id > span:nth-child(even) {
border-top-right-radius :20px;
}

or can u advice on how i can achieve it?

Post count: 18283

Hello !

On flex blocks CSS is not needed since you can edit all the options as you can see here: https://www.screencast.com/t/ch4TJER7pVTM

Thank you !

Post count: 8

hello!
u probably didnt get what i want.
i want the first thumbnail to have top-left radius, the second thumbnail top-right-radius, the third top-left again, 4th top-right and so on

Post count: 18283

Hello !

Unfortunately the only radius option available is here: https://www.screencast.com/t/5LFFuuN8Ri a normal CSS code will not work because there is no dedicated class to edit each thumbnail individually.

Thank you !

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