Icons display issue in ella theme

In My Ella theme some icon like search and login are not showing
here is the link of my website
https://www.bionixsports.com/

1 Like

Hello @SamCheema
Icons are present there, but are white in color.
that is why they are not visible.
need to change the color of the icons.
Thanks

no colour is ok

Hi,

Have you checked Javascript and css error ?

no i didnt

Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file.

.header-mobile__item .icon path {
display: block !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

  • Here is the solution for you @SamCheema
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
*:empty {
    display: block !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like

Thank you so much it work

1 Like

Glad to help you. Have a good day @SamCheema .