0

I'm trying to add "icons" instead some texts for a "multiple_buttons" type field. I tried few different ways like <svg> stuff. Wasn't helpful. Anybody here who have done this early?

'options'   => array(
    'sadd-flex-flex-start'      => array('title' => 'Start'),
    'sadd-flex-flex-end'        => array('title' => 'End'),
    'sadd-flex-center'          => array('title' => 'Center'),
    'sadd-flex-space-around'    => array('title' => 'Space Around'),
    'sadd-flex-space-between'   => array('title' => 'Space Between'),
    'sadd-flex-space-evenly'    => array('title' => 'Space Evenly'),
),

Thats my current code, I just want to replace array('title' => 'Start') with either icons or images

Albert Einstein
  • 7,472
  • 8
  • 36
  • 71
Kushan
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 24 '23 at 12:27

0 Answers0