Hi,
I am encountering some difficulties. While making a custom header.
I want my social icons to be aligned to the right and on that same line my logo to the left. Then below the logo i want to have my menu that has 50px height blue blackground and that hovers my image carrousel
Hey!
You can simply use “Header with social icons and bottom navigation” type of header in Enfold theme options under Header tab and add following code to Quick CSS in Enfold theme options under Styling tab to remove header meta section
#header_meta { display: none; }
Best regards,
Yigit
and how can i put the menu then in a coloured background?
And this still doesn’t solve the problem were i want to use the menu in a carrousel image loader..
Hey!
You can add following code to Quick CSS as well
.main_menu ul { background-color: blue !important; }
To move header meta below logo, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
Yigit
I fixed it :)