Website Building » Wix » How Do I Create a Dropdown in Wix?

How Do I Create a Dropdown in Wix?

Last updated on January 1, 2023 @ 1:00 pm

There are a few different ways to create a dropdown in Wix. You can use the Wix Editor, Wix Code, or a third-party tool.

If you want to use the Wix Editor, you can add a dropdown by going to the Add element > More > Dropdown menu. You can then style the dropdown by selecting it and clicking the Design tab.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

If you want to use Wix Code, you can add a dropdown by going to the Add element > More > Custom element. Then, in the code editor, you can add the following code:

<select>
  <option value="1">One</option>
  <option value="2">Two</option>
  <option value="3">Three</option>
</select>

You can style the text in the dropdown by adding the following CSS code:

select {
font-size: 16px;
font-weight: bold; }

You can also style the text in HTML using the <p>, <b>, and <u> tags. For example:

<style="font-size:16px;">This is some text.

<style="font-size:16px;">This is some text.
# make text bolder with this tag! great for titles..
PRO TIP: If you are not familiar with coding, we do not recommend trying to create a dropdown in Wix. Doing so may result in errors on your website.
Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.