How can I enlarge the search icon in Debut theme?

Looking to increase the size of the search icon in Debut theme. Shop is www.rideequisafe.com.

@Ride_EquiSafe

sorry for that issue

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
img.action_iconn.search_icon {
    max-width: 20px; /* change value as you like */
}
1 Like