Jump to content

How to rename a value from select list


newcoder1010

Recommended Posts

Hello,

<select data-drupal-selector="edit-field-house-selling-price-value" class="form-select form-control" id="edit-field-house-selling-price-value" 
name="field_house_selling_price_value"><option value="All" selected="selected">- Any -</option><option value="1">Under $100,000</option>
<option value="2">$100,000 - $200,000</option><option value="3">$200,000 - $300,000</option></select>

Above html has a value "any". How can I rename it to "Price Range" using CSS?

Thank you!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...