How can I remove RSS logo from the sentence theme? I have tried to write this in the quick css, but nothing happens :
.social_bookmarks .rss {
dislay:none !important;
}
How can I remove RSS logo from the sentence theme? I have tried to write this in the quick css, but nothing happens :
.social_bookmarks .rss {
dislay:none !important;
}
Hey!
Open up header.php and delete following code:
echo ' <li class="rss"><a href="'.avia_get_option('feedburner',get_bloginfo('rss2_url')).'">RSS</a></li>';
Regards,
Peter
You must log in to post.