thanks I will do now.
Thanks Robby. I just want to make a semi-transparent black header for a client website, just like the header on this website: www.coschedule.com
I read the documentation to make the header fully transparent. But what I want is to define a semi transparent header background with color and transparency percentage.
I appreciate you jumping in on this. Big fan of BB by the way. I appreciate your work on this plugin.
Hey Brian,
You can use the same codes found on the article I linked before which I’ll link again for you convenience.
http://forum.wpbeaverbuilder.com/knowledge-base/transparent-headermenu/
But instead of using background: none;
, you can use background: rgba(0,0,0,0.5);
. Feel free to adjust the values, it’s simply RGB with an additional value for opacity(0-1).
Hope this helps!
Ben
Thanks Brian! Very nice of you to mention.
So the tutorial that Ben referenced above should get you pointed in the right direction. Unfortunately, this isn’t something you can do without writing a bit of CSS code. I am assuming since you got the transparent header you’ll be able to swap in the new lines of code, but if you have any trouble there let us know. We’d be happy to continue helping.