How to create Text is surround oval shape blue color circle ?

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

  1. Open your skin rule

  2. Components tab

  3. Layouts-> Container-> Default

  4. Saveas Default to your own name-> eg:- OvalContainer

  5. In your container-> OvalContainer, go to BOX tab

  6. In use mixin-> select —>Action Background Hover<— This will be in blue colour

  7. expand Background-> In additional styles copy paste below

Attribute → border-radius

Value → 300px

  1. Now you will have blue oval container

  2. 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.

@Anoop Krishna I was trying this approach like below images

@NagarjunaS16644648 Great !!

@Anoop Krishna : But this approach comes from your knowledge. Thank you bro