Quote:
Gradient applied in center of header.
In the header box that contains the logo, search bar, and cart, there appears to be a slight gradient change applied to the base color. I've been poking around trying eliminate the gradient but can't seem to find the right place in the .css file.
|
In your theme CSS file, eg blue - skin/reboot/css/themes/Blue.css
Code:
.header_bg_container { background: #3498DB url(../../images/fade.png) bottom center no-repeat; background-size: cover; -moz-background-size: cover; }
Or if using the custom theme, edit skin/reboot/custom/reboot_head.tpl and look for...
Code:
.header_bg_container { background: {/literal}{$config.Reboot.reboot_style_02}{literal} url(skin/reboot/images/fade.png) bottom center no-repeat; background-size: cover; -moz-background-size: cover; }