Answer the question
In order to leave comments, you need to log in
How to change icon font to jpg image?
Hey!
How can I change the font icon to an image?
On the example of the CodePen accordion
Tried to change this
a:after {
content: '\e909';
}
a:after {
background-image: url(plus.jpg)
}
Answer the question
In order to leave comments, you need to log in
Add the width and height of the block to which you will set the background image. There are several in your code.
a:after {
content: '';
width: 50px;
height: 50px;
position: absolute;
background-image: url(https://i.imgur.com/rWGmd4C.png)
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question