Home Forums WoodMart support forum Change colors Reply To: Change colors

#515303

Hello,

Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

body .select2-container--default .select2-results__option[data-selected=true] {
   color: white;
   background-color: #242424;
}

Best Regards.