Hi,
I am trying to style the top bar (change height of bar and size of phone number text).
Also, I’d like to increase the size of the text on the title bar.
Could you proved the css on how to do these 2x things?
Thanks!
Hey Emidi!
To increase the phone number font size please add the below code in enfold > general styling > Quick css
.phone-info {
font-size:24px!important;
}
To add padding to the top header please use
Feel free to change the values to suit your site.
#header_meta {
padding: 10px 0;
}
Regards,
Vinay
Hi Vinay,
Thank you for your response. I used the phone info css and that worked perfectly :)
With the second one, I was actually trying to change the size of the font on the title bar, can you send me the css for that?
Thanks!