Well, that just made my day! Thank you!
Also, thanks for the tip for the Chrome Dev Tools. I have used the Inspect Element tool, but it wasn't showing that specific ID/Class. Your answer was spot on and I think it's styled exactly as the client wants.
Quick followup question.
I'm also using the custom CSS that the original poster shared. To remove the transparent background, the first part of the CSS is:
@media screen and (max-width:640px)
Your CSS is showing a max width of 767 pixels. Should those be the same, or does it matter? Assuming this is the width before the mobile settings kick in, right? If they should be the same, is there a best practice for mobile (pixel width)? I know there is a plethora of device sizes. 🙂
Really appreciate the assistance and information!