Hi, how do I remove the white borderline above the logo area on desktop and mobile?
Hey frammies,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header_meta {
border-bottom: none;
}
Best regards,
Rikard
Hi Rikard, thanks for your reply. The white border line above the logo is still there. Any ohter idea. All Quick CSS are attached. Cheers Fram
One more question. How can I add two links (two phone numbers) in the header, maybe with the “phone” icon, like in the example.
# <div class=”ast-container position-relative”>
# <div class=”header__cta”>
# <span class=”fas fa-phone fa-fw”></span> #City1: 0000000000000000000<br/><span #class=”fas fa-phone fa-fw”></span> City2: 0000000000000000000 </div>
# </div>
Hi,
Thanks for the update. I checked your site, and it looks like you have solved both of your problems?
Best regards,
Rikard
No, withe border is still there. Also only one link in the header.
Hi frammies,
Please try adding this CSS code:
#top .av_header_transparency #header_meta {
border: none !important;
}
Best regards,
Nikko
Thanks, Nikko. CSS works : )
One more question regarding the header. How can I add a second link and/or line the the top header?
Hey,
If adding them as menu item would not work, you could try adding a widget area to your header – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area :)
Regards,
Yigit
thanks, Yigit. I’ll take a closer look at it = )
Hi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
Yigit
Maybe you can support me solving this issue.