Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Marketing form - Change color of check box

(0) ShareShare
ReportReport
Posted on by 175

Hi, I want to change the background-color of a standard checkbox in a marketing form (it's a subscription list checkbox).

However, I have changed the color/background/background-color on almost every css and div properties in the html without being able to access the checkbox, any help of how I can achieve this?


Thanks

  • Verified answer
    Haig Liu Profile Picture
    Haig Liu Microsoft Employee on at
    RE: Marketing form - Change color of check box

    Hi Poja D365,

    Please put the following code between <style></style>

    input[type='checkbox'] {
    position: relative;
    cursor: pointer;
    width: 12px;
    height: 12px;
    font-size: 12px;
    }
    input[type='checkbox']:checked::after {
    position: absolute;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    content: '✓';
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: green;
    border-radius: 2px;
    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,430 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans