Hi Thea,
Thanks for using Marla.
To center the nav menu check this thread http://ww.wp.xz.cn/support/topic/align-nav-bar-with-body
To change the color of the bullets from the main menu try this code on the Extra CSS field on the Marla options page:
#site-navigation li a:not(:last-child):after {
border-top-color: YOURCOLOUR;}
If you want to remove the little blue arrows from the lists try this code
ul {
list-style-image: none;
}
Disabling infinite scroll needs a bit of work, I´m considering do that for the next update but I have no much time now. If you´re in a rush let me know and I´ll try to do that for your site.