View Single Post
  #440  
Old 08-03-2022, 08:33 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

To change the homepage slider caption colours, edit /skin/reboot/css/misc/flickity_captions.css

To make the homepage slider fill the screen width, go to the template settings > slider
- Set 'Slider position' to 'Outside Main Container'
- Set 'Slider outer container' to 'Fluid'

To make the menu dropdown categories wider, edit /skin/reboot/css/x-menu.css
Change...
Code:
nav.xmenu ul ul li { width: 200px; float: none; display: list-item; position: relative; }
to eg.
Code:
nav.xmenu ul ul li { width: 300px; float: none; display: list-item; position: relative; }
To remove the prefetch code, edit /skin/reboot/custom/prefetch.tpl
__________________
xcartmods.co.uk
Reply With Quote