Looking to increase the size of the search icon in Debut theme. Shop is www.rideequisafe.com.
sorry for that issue
can you try this code
- Go to Online Store->Theme->Edit code
- 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