View Single Post
  #253  
Old 10-04-2013, 02:48 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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; }
__________________
xcartmods.co.uk
Reply With Quote