LowCodeGo logo

Power Apps – Create Web Link Look and Feel

Overview

Creating a web link look and feel is easy with a label color update and by introducing an icon or button overlay. When the user hovers over the icon/button overlay, the pointer cursor will be displayed instead of the text cursor giving a proper web link feel.

YouTube

Update Label

Go to the label and update the font color to blue and underline the text

update label color properties

Here is the look after the update

look and feel after color update

Add Icon Overlay

Add an icon overlay to your label

add icon overlay

Change the icon’s width and height to the same size as the label

update icon height and width

Change the color of the icon to Transparent

update icon color

Update the OnSelect property of the icon to launch the URL based on your context. Launch() function should be used.

update icon onselect property

Add Button (Alternative to Icon overlay)

Add an button overlay to your label

add button overlay

Change the button’s width and height to the same size as the label

update button height and width

Remove the default text

remove default text

Update the Fill property on the button to Transparent or RGBA(0, 0, 0, 0)

update fill property

Set the following property’s to Transparent:

  • HoverFill
  • PressedFill

Update the OnSelect property of the button to launch the URL based on your context. Launch() function should be used.

update button onselect property

Final Product

Here is the final look and feel

final look and feel

Leave a Reply

Categories

Follow us

Copyright ©LowCodeGo 2025

Discover more from LowCodeGo

Subscribe now to keep reading and get access to the full archive.

Continue reading