Search icon, plus sign icon and account icon missing

hi! not sure why the following icons have disappeared. Help appreciated, thanks.

https://lunanectar.com/products/moon-boost

1 Like

Hi @ln3635 ,

You have multiple codes for your icons. Follow the instructions below.

  1. Go to your Admin store > Online store > Themes > Click Actions > Edit code

  2. 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;
}

@ln3635

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. 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