I'm using the Sensai template and would like to change the top background from the purple gradient to a white background and a module position for a slider.
Hi devonm
You can add to your custom.css file this code
.acm-features.style-1 { background:transparent!important; }
devonm module position for a slider.
It is the Hero position , you can add your slider module in that position.
Hope it helps
Perfect, thanks!