Buy me a coffee

Background Color and Text Font in Mobile Drop Down

When you click a dropdown on mobile, for example: Shop item

Background Color And Text Font In Mobile Dropdown 01 Min

and you want to change background color + text color in this panel

Background Color And Text Font In Mobile Dropdown 02 Min

You can use this code to Custom CSS box

div[data-folder]:not([data-folder="root"]) {
    background-color: #f1f !important;
}
div[data-folder]:not([data-folder="root"]) * {
    color: #fff !important;
}

Background Color And Text Font In Mobile Dropdown 03 Min

Result:

Background Color And Text Font In Mobile Dropdown 04 Min