Home Forums Theme support Urban Dark Theme-Remove social media icons from header but keep them on footer Reply To: Urban Dark Theme-Remove social media icons from header but keep them on footer

Ok, you can hide the social icons with custom css code. Please add this to your style.css file:

#social_1_container {
    display:none !important;
}

To move the menu to the right you can use this css code:

div#menu-main_container {
	float: right;
}