Skip to main content

Hello Community,

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

Thank you very much for the attention.

 

 

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;
}

 


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.


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.


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 Community,

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

Thank you very much for the attention.

 


Breadcrumb bar color is affected by a setting under colors.

 


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?


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


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

 


Reply