Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - Design & Build
Answered

Power Pages - Making Drop-down field box outline visible

(0) ShareShare
ReportReport
Posted on by 32
Power Pages - Making Drop-down field box outline visible
 
For drop down fields, the box outline does not appear until you have the field selected.
 
Is there a way to make it visible similar to a text input field?
Categories:
  • Jady Profile Picture
    125 on at
    Power Pages - Making Drop-down field box outline visible
    If you use Dev Tools to inspect your code, the HTML tag for your dropdown should include a CSS class="form-control form-select"

    It's likely in your CSS, the .form-select class has no border specified, or its border-color is very light. 

    Include a border attribute such as:  
    .form-select {
        border: 1px solid #333;
    }
    and your dropdown element should display with a border. 
     
    You could include this in Custom CSS for a particular page, or in a global stylesheet if you want to style all dropdowns the same.  
  • Verified answer
    Anupam.khasia Profile Picture
    362 on at
    Power Pages - Making Drop-down field box outline visible
     
    Not sure this is out of box form or custom form. Anyway you can override css for power pages by adding your custom css. You can add your css classes which than eventually applied. You can use border property of css to be applied.
     
     
     
    Thanks
    Anupam

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 2

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 2

#3
surya narayanan Profile Picture

surya narayanan 35

Featured topics