Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

How do you change the color links on a Power Apps Portal site?

(0) ShareShare
ReportReport
Posted on by 30

On the same page, I want to make some links red, some blue, some green, some orange and some purple, but currently the theme I used has all of the links as blue.  The links I am referring to are child pages to the page they are on.  I used the "Full Page" template.

 

Is this possible?

 

If so, how do I do it?

 

I have attached a picture to show what my page looks like.

  • Verified answer
    ragavanrajan Profile Picture
    7,036 Most Valuable Professional on at
    Re: How do you change the color links on a Power Apps Portal site?

    Hi @600toogood 

     

    Yes, it is possible. There are multiple ways. Try the following way using JavaScript.  Here are the steps for you. 

     

    In Portal Management: 

     

    1. Under Content > Web Pages > Select the parent page. Ex: 2021-2026-Strategic-Plan 

    2. Under Localized Content > Select the page again 

    3. Under Advanced > Custom JavaScript 

    4. Add the following script 

     

     $(document).ready(function () {
     console.log(555, "RR Testing Color change functions");
     $(".list-group-item:nth-child(1) a").css("color", "red");
     $(".list-group-item:nth-child(2) a").css("color", "green");
    });

    Hint: Change the n-th child property according to your need. 

     

    5. Hit Save and Close 

     

    In Portal Studio 

     

    1. Sync Config > Browse website > Ctrl + F5  to view changes. 

     

    Output: 

    ragavanrajan_0-1637183312673.png

     


    Hope it helps. 
    ------------

    If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35