Hi, i’ve moved the phone and increase the font size using this https://kriesi.at/support/topic/header-phone-numberextra-info/
but i’m left with a white background at the top and bottom of my header, this white is not there when the header phone is disabled, am i able to remove the white completely?
Hey!
Try adding this code to the Quick CSS:
#header_meta {
min-height: 0 !important;
height: 0 !important;
}
Cheers!
Josue
Thanks Josue, this removed the white bar at the top of the header, but the white bar at the bottom of the header still remains
Cheers.
daz.
Hi!
Thank you for the update.
You can use this on Quick CSS or custom.css:
.header_color .header_bg {
background-size: cover !important;
}
Cheers!
Ismael
Great, thanks Ismael!