Hi Is there is a way to remove RSS icon from footer and adding other icons like linkedin etc, without touching the code ??
Hello Alpha, I understand your concern. But it will require source code customization to add other icons like linkedin etc. If you wish to remove RSS icon, than I can provide you custom CSS for the same. Apply below CSS to remove the icon and and blank space in the RSS URL option in Theme Options-->>social logo Code: img.newslettericon { display: none; } Applying it will solve your issue