Hey there,
I think you mean the square boxes there?
It seems like it’s part of the design, you could use some CSS like this to remove them:
#access > .menu > ul > li > a:not(:only-child) span:after{content:none;}
You can do this in a CSS file of a child theme, if you’re not sure what a child theme is then please check here:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/
Or you could use one of the following plugins:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Hope this helps, have a fantastic weekend! 🙂
Thanks to what you posted, I figured out what to look for in the stylesheet. The CSS was trying to use icons from the font Elusive, but I didn’t have that font installed. I don’t know a whole lot about this stuff, and even less about CSS, and I had no idea I could install a font as a plugin.
Thanks!
Glad I could help 🙂
Often content is use for font/images. And ya, custom fonts are all the rage these days 🙂
Take care.