It is possible to create text and image components in AEM with rounded corners? I have attached an image as an example.
Solved! Go to Solution.
Views
Replies
Total Likes
You can easily achieve this by adding this CSS property
.card { border-radius: 0; }
Hi @Pantego29 ,
Yes, You can do using custom CSS.
Use client library.
Please refer the below link for custom CSS and js.
Regards,
Sanjay
Hi,
If you are not planning to build a new component, you can use the Core Teaser component with style system and add css mentioned by @BrianKasingli
https://www.aemcomponents.dev/content/core-components-examples/library/page-authoring/teaser.html
Views
Likes
Replies