Hi, I'm trying to create a banner for our website that matches the background color of the theme's header. I pulled the referenced the hex code from the style sheet (#333436), but when I use this as a background color for the banner, it doesn't match at the top of the header. The bottom blends flawlessly, but near the top the color is a bit darker, almost like a very subtle gradient. Do you know of anything that would be causing this?
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-container { background: black; } Inplace of "black" you can put your color or color code. This will solve your issue. If not, then please share your website link.