View Single Post
  #316  
Old 11-19-2013, 08:06 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I wish to change the .panel-title colour

Check in skin/reboot/css/themes/Purple.css (or whatever theme you are using)

Code:
.panel-default-m { border-color: #DDDDDD!important; } .panel-default-m > .panel-heading { color: #000000; background-color: #EEEEEE; border-color: #DDDDDD; } .panel-default-d { border-color: #DDDDDD; } .panel-default-d > .panel-heading { color: #000000; background-color: #EEEEEE; border-color: #DDDDDD; }

Or, if using the 'Custom' theme, you can change the colours in the reBOOT settings page...

Quote:
- Menu boxed style background colour
- Menu boxed style border colour
- Menu boxed style text colour
- Dialog boxed style background colour
- Dialog boxed style border colour
- Dialog boxed style text colour
__________________
xcartmods.co.uk
Reply With Quote