Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Suggested answer

Removing border from forms and lists

Like (2) ShareShare
ReportReport
Posted on 5 Oct 2024 07:38:48 by 4
I have a site and am wanting to remove the border that is placed around my lists and forms. I cannot seem to find any way to remove it. Any suggestions.  notice the 1 pixel wide light gray border
 
Categories:
  • Suggested answer
    Robu1 Profile Picture
    1,202 Super User 2025 Season 1 on 06 Oct 2024 at 22:31:56
    Removing border from forms and lists
     
     
    Thank you for choosing Microsoft Community.
     
    You might need to adjust your CSS styling to remove the border around your lists and forms. 
     
    Here’s a simple way to do it:
     
    Navigate to Styling>Sections>Margins & Spacing> Reduce the Column Padding to zero. Then Save.
     
     
     
    Alternatively,
     
    Identify the elements: Make sure you know the specific HTML elements or classes that have the border.
    Update your CSS: Add or modify the CSS rules to remove the border.
    To remove the grey 1-pixel border from your Power Pages form, you can use custom CSS.
     
    Here’s a step-by-step guide:
     
    -Open the Power Pages Design Studio: Navigate to your Power Pages site and open the design studio.
    -Select the Form: Choose the form you want to modify.
    -Add Custom CSS:
    Go to the Settings or Advanced section where you can add custom CSS.
    Insert the following CSS code to remove the border:
    CSS
    .your-form-class {
        border: none;
     
    Replace .your-form-class with the actual class or ID of your form. If you’re unsure about the class or ID, you can inspect the form element using your browser’s developer tools.
     
    -Publish the Changes: Save and publish your changes to see the effect.
     

    If this fixes the issue, please mark as resolved to help others with find it. If you like the solution then give me a thumbsup!
    Happy to help.
     
    Robu 1

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard
Loading started