houke / acf-icon-picker

Creates an icon picker ACF field
100 stars 47 forks source link

How to add background color, White svg image list #20

Open rvpatel opened 4 years ago

rvpatel commented 4 years ago

icon-bg How to change background color using filter?

nickfmc commented 4 years ago

If you want it globally just add CSS to your WP editor-styles. Something like....

.acf-icon-picker__popup ul li { background-color:#333;}