I have no mission statement and I have disabled the login feature. I was hoping it would be possible to disable the RSS feed in the top right and move the entire site up. Is this something that is possible? It there a margin in the css file that needs to be reduced? I appreciate any help.

Comments

danpros’s picture

Status: Active » Closed (fixed)

Hi,

To disable the RSS feed put this in style.css

.feed-wrapper {
display:none;
}

Dan

edubflorida’s picture

Thank you Dan.