How to change background color of Dropdown title bar

How to change background color of Dropdown title bar



This will affect all Dropdown title bars on your page.

To change the background color of your Dropdown title bars, go to your Page Settings > Styles, then copy and paste the following code into the Custom CSS field:

  1. .spb-item.type_dropdown .smpb-dropdown-title {
  2.         background-color: #dedede !important;
  3. }
where #dedede is the hex code of the color you want.

Finally click Save.

You can use this tool to get the color hex code.