Tagged: small bar above main menu
Hi,
how can I change the size of the small bar above the main menu.
The advanced styles does allow only the color and font style but not the size.
But I want to change the size of the Telefon number…
Any CSS codes?
Cheers Reni
Hey Best4Web,
Please provide a link to the site in question. Also, are you looking to change the size of the bar, or the font size of the number?
Best regards,
Jordan Shannon
Hi,
http://hämostaseologie-köln.de
I want to change the bar size and the Telefon number font size.
Best regards
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.phone-info {
font-size: 10px;
padding: 0;
}
#header_meta .container {
min-height: 20px;
}
#header_meta {
min-height: 20px;
height: 20px;
}
.sub_menu {
top: 5px;
}
Best regards,
Yigit
WORKED! THX
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit