Hi - I'd like to make the header transparent so the background image I am using on the site shows through; is this possible?
I've searched the forum and found some similar questions but not this specifically.
Thanks,
John
Hi - I'd like to make the header transparent so the background image I am using on the site shows through; is this possible?
I've searched the forum and found some similar questions but not this specifically.
Thanks,
John
Hi John,
If you can link us to your page so we can see what you have now that will help to see if its possible with a live example just using browser dev tools.
Regards,
Devin
Hi!
Add following css code into the quick css field:
#wrap_all,.header_color {
background-color: transparent !important;
}
Regards,
Peter
That's excellent - thanks!
I did need to add: #header .container_wrap_menu {background: #ffffff !important;} in order to get the menu to have a background.
I really appreciate your help and the amazing flexibility of your theme!!
John
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.