Hi. I want to either eliminate or shrink the relative height of the opaque box that floats behind the header logo. I want to increase the size of my logo without have the box overlap my sliders so much. My preference would be to eliminate the box completely, but I would settle for reducing the padding around the logo (top and bottom) if possible. Thanks.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header_container.home { padding: 0px 0px; background: none; } This will solve your issue.