Removing of RSS icon from footer

Discussion in 'VideoCraft WordPress Theme' started by adnanhmd6, May 19, 2015.

  1. adnanhmd6

    adnanhmd6 Member

    Joined:
    Apr 26, 2015
    Messages:
    53
    Likes Received:
    0
    Location:
    Bangalore
    Hi

    Is there is a way to remove RSS icon from footer and adding other icons like linkedin etc, without touching the code ??
     
  2. sameerwalkar

    sameerwalkar Guest

    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
     

Share This Page