Tagged: header, phone number
Hello!
I am looking to add the phone number for my site in the header. I followed the thread here: https://kriesi.at/support/topic/adding-phone-number-text-and-button-to-main-header/, but my menu height is still having problems. Any idea on how to fix the menu, center the height of the custom text, and possibly adjust the font size and weight?
Thanks for the help! This theme is by far the best I have ever used!
Hey a3brown4!
Please add the following code, to your CSS
#top #header_main_alternate {
height: 80px !important;
padding-top: 15px
}
let us know if that works for you, as per your requirements.
Cheers!
Basilis
Yup! That worked to decrease the size of the menu, thanks!
But how do I make the phone number larger, bold and centered vertically?’
Thanks!
-A
*phone number
Hi!
Try the following CSS:
.logo-text {
font-size: 20px;
font-weight: bold;
top: -150px;
}
Adjust the font-size as you wish.
Cheers!
Jordan
Perfect! Thank you very much!
Hi!
Glad we got it short out.Please let us know if we can help you with anything else.
Best regards,
Basilis