This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 7 years ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Theme support › Urban Dark Theme-Remove social media icons from header but keep them on footer
This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 7 years ago.
I want to remove the social media icons from the header but keep them only on the footer. I would also like to make sure that the extra vertical spacing that the social media icons adds to my header doesn’t stay there once I remove them from the header.
Adding social media accounts under “Theme Options” automatically adds them to both, and I have not seen any options to enable/disable them in the header/footer menus.
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;
}
You must be logged in to reply to this topic.