Hello!
I only want the top bar transparent. Is that possible?
Thank you!
Hi luckylobo10!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency #header_main_alternate {
background-color: #e33380!important;
}
Best regards,
Yigit
Thank you for your answer, but that is not a good solution since the content is pushed up behind the header. And the top bar is still not transparent.
Do you have an other solution for this? I only want a littlebit of the background image to be displayed on top of the site.
What about removing the top bar and add a 30px (Transparent) space on top of the site?
Hi!
Can you please post a screenshot and show the changes you would like to make?
From what i understand, it sounds like you can add image to the top of your content and achieve the look you wanted.
Cheers!
Yigit
I want the site to look like it does now only with a 100% transparent top bar so the background image is visible on top of the site. I dont want a transparent header.
And with top bar, I mean the top bar where you can add telephone number and such.
Hey!
you could try this code:
div#header_meta {
background-color: transparent;
}
but it would not help to make your background image visible. I think you need to do a different approach for what you want to achieve, without this top bar.
You could try to achieve this using a header widget.
Regards,
Andy
Thank you for answering. Let us forget that top-bar for now :) Can you instead please tell me how I get a little gap on top of the page so the background image is slightly visible?
Hi!
try this code:
body#top {
margin-top: 25px !important;
}
Cheers!
Andy