Skip to main content
Answer

Login container round corners

  • August 26, 2024
  • 9 replies
  • 77 views

caycocho
Influencer II
Forum|alt.badge.img

Hello Community,

Can you share the script to have rounded corners for the login container?

Thank you very much for the attention.

 

 

Best answer by gstager

Give this a try.

/** Begin Round Corners Login Box **/

doc-layout-external-simple > .doc-layout-external-simple > .external-simple-content > .external-simple-signin {
border-radius: 25px !important;
}

/** End Round Corners Login Box **/

Adjust Radius as desired.

Be sure to test other areas.

9 replies

pmo
Docebian
Forum|alt.badge.img+4
  • Docebian
  • August 26, 2024

I haven’t been able to narrow it to just the login. This will make all popup boxes rounded as well. If you’d like to alter the radius you just need to adjust the px size in the code.
 

ui-dialog .ui-dialog-content.is-visible {
border-radius: 25px !important;
}

 


gstager
Hero III
Forum|alt.badge.img+8
  • Hero III
  • Answer
  • August 26, 2024

Give this a try.

/** Begin Round Corners Login Box **/

doc-layout-external-simple > .doc-layout-external-simple > .external-simple-content > .external-simple-signin {
border-radius: 25px !important;
}

/** End Round Corners Login Box **/

Adjust Radius as desired.

Be sure to test other areas.


caycocho
Influencer II
Forum|alt.badge.img
  • Author
  • Influencer II
  • August 27, 2024

Give this a try.

/** Begin Round Corners Login Box **/

doc-layout-external-simple > .doc-layout-external-simple > .external-simple-content > .external-simple-signin {
border-radius: 25px !important;
}

/** End Round Corners Login Box **/

Adjust Radius as desired.

Be sure to test other areas.

Thanks, Greg! I’ll try this.


caycocho
Influencer II
Forum|alt.badge.img
  • Author
  • Influencer II
  • August 27, 2024

I haven’t been able to narrow it to just the login. This will make all popup boxes rounded as well. If you’d like to alter the radius you just need to adjust the px size in the code.
 

ui-dialog .ui-dialog-content.is-visible {
border-radius: 25px !important;
}

 

Thanks much! I’ll try this.


caycocho
Influencer II
Forum|alt.badge.img
  • Author
  • Influencer II
  • August 27, 2024

Hello Community,

Can you share the script to change the color of the breadcrumb bar?

Thank you very much for the attention.

 


gstager
Hero III
Forum|alt.badge.img+8
  • Hero III
  • August 27, 2024

Breadcrumb bar color is affected by a setting under colors.

 


caycocho
Influencer II
Forum|alt.badge.img
  • Author
  • Influencer II
  • September 27, 2024

I haven’t been able to narrow it to just the login. This will make all popup boxes rounded as well. If you’d like to alter the radius you just need to adjust the px size in the code.
 

ui-dialog .ui-dialog-content.is-visible {
border-radius: 25px !important;
}

 

Thanks much! I’ll try this.

Hello, the script did not work on the login container. Would you have another one for me to try?


pmo
Docebian
Forum|alt.badge.img+4
  • Docebian
  • September 27, 2024

@caycocho Can you share a screenshot of the exact thing you’re trying to edit?


caycocho
Influencer II
Forum|alt.badge.img
  • Author
  • Influencer II
  • September 27, 2024

@caycocho Can you share a screenshot of the exact thing you’re trying to edit?

Hi, I’m trying to change the corners to round edges.