Hi Everyone,
My requirement is to create Text is surround oval shape blue color circle like below image
Hi Everyone,
My requirement is to create Text is surround oval shape blue color circle like below image
Hi @NagarjunaS16644648: Please check this to change a filed background. You can also change the container format of the layout to achieve this. Please see guardrail warnings in the home page of designer studio for this kind of implementation.
Thanks.
@ArulDevan : how to configure this text box like above oval shape surrounded by text
@NagarjunaS16644648
Open your skin rule
Components tab
Layouts-> Container-> Default
Saveas Default to your own name-> eg:- OvalContainer
In your container-> OvalContainer, go to BOX tab
In use mixin-> select —>Action Background Hover<— This will be in blue colour
expand Background-> In additional styles copy paste below
Attribute → border-radius
Value → 300px
Now you will have blue oval container
Now open your text control. Keep your text control inside a dynamic layout. For that dynamic layout → Container format-> Other-> Your container format(OvalContainer)
Note:- You can adjust your border-radius according to your convenience.
@NagarjunaS16644648 Great !!
@Anoop Krishna : But this approach comes from your knowledge. Thank you bro