Chad that’s perfect! So much help!
After playing with it I found
#masthead {
background-color: rgba(255, 255, 255, 0.2);
}
to be what works best for me but you solved my problem!
Thanks So Much!
Andrew,
I’m using WAMP to host my site locally until I am ready to launch it.
Hi Chad!
Thanks for the help! 🙂
Your suggestion worked… but it also made my navigation links in the header transparent. I’m trying to adjust the background color opacity only.
The Tesseract Theme CSS has this code
.site-header { background-color: rgba(0, 0, 0, 0.2); }
but messing with the decimal number doesn’t seem to change anything.
Any ideas????