hi! not sure why the following icons have disappeared. Help appreciated, thanks.
1 Like
Hi @ln3635 ,
You have multiple codes for your icons. Follow the instructions below.
-
Go to your Admin store > Online store > Themes > Click Actions > Edit code
-
Under your Asset folder, you can add the code below to either “theme.min.css” or “custom.css.”
.fa .fa-plus::before{
content: "\f067" !important;
}
.fa .fa-minus::before {
content: "\f068" !important;
}
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.min.css ->paste below code at the bottom of the file.
[class*=" fa-"]:before, [class^=fa-]:before {font-family: normal normal normal 14px/1 'FontAwesome' !important;}
after Code View


