Entra Custom CSS - promoted-fed-cred-content - Box editing

Stefan Radenkovic 5 Reputation points
2025-06-27T16:57:56+00:00

Hello team,

This is a portal that we are creating using Entra, and I am trying to edit the login screen using the User Experiences > Customer Branding section.

I am trying to make this box (promoted-fed-cred) to have rounded edges, same as the section above it. I am using the below on the CSS and what it is doing is it is showing the rounded edges for a fraction of a second and then the squared edges take over again.

How can I permanently change this section to rounded edges?

.ext-promoted-fed-cred-box

{

background-color: white;

border-radius: 50px;

box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 15px;

/* Styles for sign-in options text box */

}Entra 1

Microsoft Security | Microsoft Entra | Microsoft Entra Internet Access
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.