I want to use a static image to be the background of a transparent header. How do I do this?
Hey sasha!
Drag a codeblock element to your page and add this inside.
<style type = "text/css">
.header_bg { background: url("URL to your image") !important; }
</style>
Cheers!
Elliott
Hey,
Well it doesn’t work.
I found out that I can do this with layerslider but what if I wan’t to make the default header to be always transparent and have a background image?
Hey!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
I think you could try it with a plugin like one of these:
https://wordpress.org/plugins/custom-header-images/
https://wordpress.org/plugins/custom-header-extended/
When editing a page you can set “Header visibility and transparency” on the right side to “transparent” header.
Best regards,
Andy