@TalluriRahulSubmitted almost 2 years ago
how can i include the svg cart icon?
how can i include the svg cart icon?
Hello to solve your question you can try the following. You can use the ::before pseduo class.
Example: yourButton::before{ content: url("icon path"); margin-rigth: 16px; }
PS: I had to use google translate because I don't know very much English, I hope it can help you.