Tagged: small bar above main menu
Hello Enfold,
Great theme! Michelle here. I’m not good with CSS, hoping you can help me with the small bar above main menu camarin.org
I’m already using the following quick css (to make the font larger and remove the border between main menu and small bar above main menu) , Enfold general styling:
#header_meta { border: none !important; }
#header_meta a {
font-size:17px !important;
}
.av-special-heading-tag a {
text-decoration: none!important;
font-style: normal!important;
}
Hey Michelle,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header_meta .container, #header_meta {
min-height: 50px;
margin-bottom: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria