rubenzara I want to change the Features Intro "purple" to grey. Where can I do it?
You may generate appropriate Css gradient color from here and thereon, add the css rule-set and change property accordingly in custom.css file :
.acm-features.style-2 .features-item::after{background: -webkit-linear-gradient(200deg,#b8b2b4,#6a686c);background: -o-linear-gradient(200deg,#b8b2b4,#6a686c);background: -moz-linear-gradient(200deg,#b8b2b4,#6a686c);background: linear-gradient(200deg,#b8b2b4,#6a686c);}
For buttons, Try add this to custom.css file and change background color code accordingly :
.acm-features.style-2 .btn-secondary{background:#000 !important;}
.acm-features.style-2 .btn{background:#000 !important;}
Kindly ensure to clear your browser cache if changes dont reflect