I'm using Arras here: http://www.milehighcinema.com. I want to use the large icons on the sidebar, but I want to delete the RSS/Twitter/FB icons on the navigation bar (the small icons). Can anyone tell me the easiest way to do this? Thanks.
I'm using Arras here: http://www.milehighcinema.com. I want to use the large icons on the sidebar, but I want to delete the RSS/Twitter/FB icons on the navigation bar (the small icons). Can anyone tell me the easiest way to do this? Thanks.
Hi,
CSS3 stuff in there, pretty fancy. You could try putting this bit of CSS in style.css. Appearance... Editor, and so on.
#nav-content .quick-nav {
display: none;
}
Cheers
This topic has been closed to new replies.