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:
- .spb-item.type_dropdown .smpb-dropdown-title {
- background-color: #dedede !important;
- }
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.