I want to change the background color of the "[Home] Call to Action" module. I've been looking a way to do it but I cant. I also tried to do it in ThemeMagic but it didnt work.
How can I do it?
rubenzara Hi,
You can use this custom CSS code:
.custom .call-to-actions { background: #5cb85c; /*change to your desired color*/ }
put into the file: root/templates/ja_healthcare/css/custom.css (Create this file if it doesn't exist)
Regards
saguaros Thank you so much!