Okay
  Public Ticket #3840491
Footer menu icons
Closed

Comments

  • arslan1999 started the conversation

    the footer menu icons do not show in light mode but it appears in dark mode. So please help me to fix it.

    you can check the screenshot below 

    Attached files:  Screenshot 2025-03-18 153857.png
      Screenshot 2025-03-18 153954.png

  •  287
    Theme Ruby replied

    Hi,

    Thank you for reaching out.

    To assist you better, could you please share the URL where this issue occurs? Our development team will review it and check for any potential issues. 

    Best regards,

  • arslan1999 replied

    https://foneinfo.com/

    Here is the URL. Check the footer section

  •  287
    Theme Ruby replied

    Hi,

    To customize the appearance of SVG icons in the footer, please apply the following CSS code:

    footer img.icon-svg {
        filter: invert(1);
    }
    

    This CSS rule inverts the colors of the icons, making them more suitable for dark backgrounds or other design preferences. If you need further assistance or have any questions, please feel free to reach out.

    Best regards,