Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘place text in header and borders under and above menu’ is closed to new replies.
Hey guys,
is it possible to place text next to your logo? like this http://zinellafashion.wixsite.com/mijnsite-1 And also to place an border above the menu and 1 under the menu like this link?
i hope to hear from you!
Hey Angelo,
I think you will need some custom CSS to do that, if you should need help then please post a link to your site. You can get the text in the header if you add a widget area to it: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
Thanks that worked for me i only need those borders for now
Hi,
Ok great, glad we could help. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
I need the borders above the menu and under the menu is that possible?
Hi,
Yes, it’s possible. Kindly add this code in Quick CSS (located in Enfold > General Styling):
#header_main #avia-menu {
border-bottom: 2px solid #202020;
border-top: 2px solid #202020;
height: 54px;
}
Let us know if it works :)
Best regards,
Nikko
Yes it worked perfectly thanks!