How Do I Change the Background Color of My Drop Down Menu in WordPress?

Changing the background color of your WordPress drop down menu can be done in a variety of ways. There are a few different plugins that can be used to accomplish this, as well as using some basic CSS.

One way to change the background color of your WordPress drop down menu is to install the WPBakery Page Builder plugin. This plugin allows you to create custom pages with custom designs and then use the Page Builder plugin to add a drop down menu to that page.

To change the background color of your WordPress drop down menu using the WPBakery Page Builder plugin, first click on the “Pages” tab in the WPBakery Page Builder plugin, and then click on the “Add New Page” button.

Next, select the “Menu” template from the sidebar, and then click on the “Customize” button.

On the “Menu Customization” page, click on the “ Background Color” field, and then select the color that you want the background of your WordPress drop down menu to be.

Finally, click on the “Save Customization” button, and then click on the “Publish” button to publish your new WordPress drop down menu.

If you want to change the background color of your WordPress drop down menu without using the WPBakery Page Builder plugin, you can also use some basic CSS. To do this, first create a new style sheet file in your WordPress themes directory, and then add the following code to that file:

.wp-menu-item { background-color: #fff; }

Conclusion

Changing the background color of your WordPress drop down menu can be done in a variety of ways, depending on what you are looking for. If you are using the WPBakery Page Builder plugin, then using the “Background Color” field on the “Menu Customization” page is the easiest way to change the color of your menu.

If you are not using the WPBakery Page Builder plugin, then you can use some basic CSS to change the background color of your menu.