View Single Post
  #278  
Old 04-12-2021, 12:15 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart reBOOT (reDUX) Template

Quote:
Originally Posted by PhilJ
@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');

Thanks Phil !! I've changed to a custom color and it's perfect!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote