Hi!
A few questions:
1. How do I set the height of the small bar above the main menu to 45px? (where you can add phone number and text)
2. How do I set the background color of the same bar? It doesn’t work from advanced menu settings (advanced styling – Small bar above Main Menu – background color
3. How can I insert an icon before the phone number in the bar?
4. How do I set the text size in the bar?
Hey marihonaa,
Try this code in the General Styling > Quick CSS field:
#top .av_header_transparency #header_meta,.phone-info {
background: blue!important;
height: 45px!important;
font-size: 18px !important;
}
Please adjust the values to suit.
To add a icon before the phone number, please try this solution
Best regards,
Mike