Hello,
how can I add a coloured header at the top of the page with a phone number and an email-adress on it?
Thanks!
Hi wpstarter!
Please go to Enfold theme options > Header Layout > Extra Elements and add social icons and text
Regards,
Yigit
Hi Yigit,
thanks for your help! I also want to change the color of the header and the font-color. How can I do that?
And how can I maximize the space between the logo and my new colured header?
Hi!
Can you post a screenshot and show the changes you would like to make?
Also, i cannot see header meta section on your website.
Regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
#header_meta {
background: red;
}
#header_meta *{
color: white;
}
Adjust as needed.
Cheers!
Josue
Thanks Josue, that worked perfect!
1. I also wanted to have more space between the logo and the coloured header. How does that work?
2. I also want to add an E-Mail adress to the coloured header. But when I put the information in the phone number extra element, there is not enough space between the telephone number and the e-mail-adress.
Hi!
1- Please add following code to Quick CSS as well
div#header_meta { margin-bottom: 20px; }
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 150px; }
#header_main { border-top: none; }
2- You can use HTML there. You can add your e-mail as following
<span class="my-mail"> (Email address hidden if logged out) </span>
then add following code to Quick CSS
.my-mail { margin-left: 20px; }
Cheers!
Yigit
The Quick Css-Code (3.) doesn’t work. If I set another Value, it doesn’t change anything.