Tagged: background image, Boxed, header
Hi there,
I’m having trouble figuring out the image size to use and how to make my background main content image cover all the main content area AND the header?
Can you help?
Hey BrendaSarg!
I see a crescent moon shaped image set to your header background. Are you trying to make that span the whole page? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott
I gave up on that as it wasn’t working.
So now I guess I just want that top header (where the phone number is) to be transparent. And then I will need to change that text up there to white.
Thank you.
How do you attach a screenshot? I don’t see the option.
Hi!
You can upload screenshots to for instance imgur.com or a public dropbox folder, then post the links here.
Please try the following in Quick CSS under Enfold–>General Styling for transparency:
#header_meta{
background:transparent !important;
border-bottom-width: 0px !important;
}
.container_wrap{
border-top-width: 0px !important;
}
Cheers!
Rikard