web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Change the font color ...
Power Pages
Unanswered

Change the font color of the Entity List

(0) ShareShare
ReportReport
Posted on by 114

Hello,

 

I want to change the font color of the Entity list displayed in a web page. 

 

I've tried by writing a script on the entity list.  But, it is not working. I am able to change the background color but not the font color.

 

Please guide.

Categories:
I have the same question (0)
  • OOlashyn Profile Picture
    3,498 Most Valuable Professional on at

    Hi @Ancy,

    This is actually pretty easy - entity list is rendered on the page as a table. So you need to change css for table on the page or modify table css class that used in oob rendering:

    /* change font color for table element */
    table {
     color:blue;
    }
    /* change font color for table class */
    .table{
     color:blue;
    }
  • Fubar Profile Picture
    17 Super User 2026 Season 1 on at

    Often if you are attempting to override existing CSS you will need to include the !important rule after your overriding CSS update otherwise it will come down to the precedence of the CSS files and tags as to which one gets applied and not overwritten.

  • adampfau Profile Picture
    Microsoft Employee on at

    If you open the page in the debugger and select the table that you are tryuing to overwrite you will see the CSS being applied to each element on the right.  If this is coming from the OOB bootstrap or theme file you need to update it on the page.  

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 47 Super User 2026 Season 1

#2
sannavajjala87 Profile Picture

sannavajjala87 16 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 14 Super User 2026 Season 2

Last 30 days Overall leaderboard