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 / How to remove hyphens ...
Power Pages
Answered

How to remove hyphens on main form which has quick view form on it

(0) ShareShare
ReportReport
Posted on by 6

I have a dynamics form on Power Portal and I have used quick view form for some fields on the form. When the fields dont have data there is a hyphen coming from text-muted class. I want to hide this text-muted class and I want no more hyphens on the form. I have attached a screenshot which is similar to it.. I dont want to replace the hyphen with blank value, I want to hide it.

CoSonate1_0-1694766069320.png

 

Categories:
I have the same question (0)
  • KM-14051302-0 Profile Picture
    41 on at

    Hi there, also facing the same issue ☹️

     

    I've tried using JQuery but perhaps I'm using the wrong syntax as I can't seem to be able to remove the hyphens.

     

    This only occurs where there is no value in the field.

     

    Did you ever manage to resolve this issue?

  • Verified answer
    Fubar Profile Picture
    8,505 Super User 2026 Season 1 on at

    @KMP_Uniserve hide the div the hyphen is in either via JavaScript/JQuery or adding CSS and overriding the muted-text class

    // JQuery
    $(".text-muted").hide();
    
    // CSS
    .text-muted{
    display: none !important;
    visibility: hidden !important;
    }
  • KM-14051302-0 Profile Picture
    41 on at

    Thank you Fubar!! 😉

     

    The CSS method resolved the issue and the hyphens are no longer visible, much appreciated.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 56

#2
Valantis Profile Picture

Valantis 28

#3
omkarsupreme Profile Picture

omkarsupreme 24

Last 30 days Overall leaderboard