Hello I’m trying to change the following in the top header:
Larger phone number in header
Keep it all black text (including link) on trans
Keep it all theme green text (including link) on white bar on scroll
Hey zebravision,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.phone-info, .phone-info a {
font-size: 15px;
color: black !important;
}
.header-scrolled .phone-info, .header-scrolled .phone-info a {
color: #2abb9e !important;
}
Best regards,
Jordan
That works but I’m getting a light grey bar behind the number when I scroll down, I just want the background white on scroll?
Also last question, how can I apply the phone number to the top of the burger menu on mobile also? Thanks !! :-)
Hi,
Try adding this code as well:
#header_meta {
background-color: white !important;
}
I’m already seeing the number being displayed on the mobile version.
Best regards,
Jordan
How can I add 2px above my logo in the header? and on mobile I’m getting a really large white space below the phone number….
Hi,
We have added the below code to Enfold > General Styling > Quick CSS at the bottom
/* Logo in mobile*/
@media only screen and (max-width: 767px){
.responsive #top .logo {
height: 0px !important;
padding:2px 0;
}}
Please adjust the height value for the logo to suit your design needs.
Best regards,
Vinay