Hi, I want to hide the dropdown icon of Gravity Forms
Hi Abey,
You can use the following CSS Snippet to remove the dropdown icon on all of the dropdown fields in Appearance → Customize → Additional CSS .
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
Hi, what custom CSS code can I use to align the Submit button to the right? I was styling it with an Elementor Addon