I want to make the Header not transparent at all, it seems be alittle bit see through, how do I make it solid?
Also it seems like the enfold menu in the back door is not formatting properly is this is an issue?
Hey CMCEquipment!
1- Can you please post the link to your website?
2- Can you please elaborate on the issue? A screenshot would help
Cheers!
Yigit
just the header, seems to be a bit transparent
http://cmcdev.carrollcountyhistoryproject.org/
also is there custom code that i can adjust the size and color of the phone number? and bring up the widget size height? to reduce the white space
Hi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header { background-color: white; }
#header.av_header_transparency { background-color: transparent; }
2-
.phone-info {
font-size: 16px;
}
3- Please go to Enfold theme options and make sure that you are not zoomed in on your browser, you can set it back to 100% by pushing CTRL + 0 on Windows and CMD + 0 on Mac
Best regards,
Yigit
Worked out great Yigit!, i appreciate your help!