View Single Post
  #277  
Old 04-12-2021, 01:36 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

@Paul the background color is picked using a JS function, see in /skin/reboot/js/reboot.js around line 1346...
Code:
$(this).css('background-color', pickColor(str));
You can change to a specific colour, by changing to eg.
Code:
$(this).css('background-color', '#000080');
__________________
xcartmods.co.uk
Reply With Quote