Support » Fixing WordPress » Removing rss icon with display: none

  • Below is the code for the rss icon id like to remove from the nav bar

    #navigation ul.rss{background:url(images/ico-rss.png) no-repeat 0 5px;padding:6px 0 3px 15px;}
    #navigation ul.rss li{display:inline;padding:0 10px;}

    I have tried to use display: none; in the code

    #navigation ul.rss{background:url(images/ico-rss.png) no-repeat 0 5px;padding:6px 0 3px 15px; display: none;}
    #navigation ul.rss li{display:none;padding:0 10px;}

    ive even tried to change the numbers and the icon still wont budge. I know this is the code for it as ive checked my files and see that ico-rss.png matches the pic im seeing in the nav bar.

    Id really appreciate the help

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Removing rss icon with display: none’ is closed to new replies.