Need help with UI Builder carousel text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 10:51 PM
I developed a carousel using a background image and stylized text components. Now the requirement is we need multi-lined text in multiple font sizes in the stylized text component. Can it be achieved? If so, how?
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 11:07 PM
Hi,
It is good if you can share the design doc or image here.
Based on what I understood from your post, I'd suggest to use multiple stylized text components if you want to keep the styling different for each of them.
For background image on carousel, I'd suggest to add the carousel component in container and then you can set up the background CSS property of that container like below. OR you may choose to set this for carousel as well directly.
The image value here is url(YOUR_IMAGE_NAME). The image can be used from image library as well.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 01:07 AM - edited 12-05-2022 03:47 AM
Thank you Jagjeet for your reply
Here is the design doc, I want to achieve the highlighted thing through carousel, where multi-line text is used at a single content carousel item.
Can you please tell how to use multiple stylized text components in the carousel as because each stylized text component behaves as a single carousel content item?