Jump to content

How do I style a Dropdown select field?


Recommended Posts

Hi @JaredL,

 

I understand that you want to change the color and shape of the dropdown. This can be done by adding some CSS code on your style. 

Go to the Style tab and edit the style you are using. Go to Source tab and click All. Look for ".cbFormSelect" then add this following code:

background-color:#1c528d;
border-radius: 10px 10px 10px 10px;

Please see the attached screenshot below: 

image.thumb.png.909e4e1d57a04313d4bbb40975d1a441.png

 

You can change the value of the background-color and the border-radius based on what you prefer.

 

 

Hope this helps.

 

-kristina

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...