August 22, 2014 at 11:33 am
#13187
Theme Horse Support Team
Keymaster
Hi mjm0732,
To removed the navigation menu and to center the page logo Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo {
float: none;
text-align: center;
margin: 32px 0;
}
.hgroup-right {
display: none;
}
Thank you!