View Single Post
  #1041  
Old 08-24-2015, 02:13 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Sure, for the header menu, you can edit your chosen theme in skin/reboot/css/themes/xx.css, eg.
Quote:
.menu-container { background: #0d47a1 !important; }
And/or, in skin/reboot/custom/reboot_css.tpl after...
Quote:
{load_defer file="css/bootstrap/bootstrap.min.css" type="css"}
Insert...
Quote:
{load_defer file="css/bootstrap/bootstrap-theme.css" type="css"}
Then edit skin/reboot/css/bootstrap/bootstrap-theme.css

I've added this as a template option in the latest version.
__________________
xcartmods.co.uk
Reply With Quote