In template JA Spa we use JA ACM: Type: Features Intro: Style 2. How can I change the background color of the icons? The background is displayed in a green circle, now in a green color, see image.
santulan-life Hi Add this code in custom css and change the color code as per needs
.acm-features.style-2 .features-item .mask-icon { background: #F0FFFC;}
Regards
Thanks. But it still doesn't show the new color. I've added the code into templates/ja-spa/css/custom.css Is this the right custom.css? Maybe the template doesn't use this custom.css? Regards, Gerhard
santulan-life Hi Kindly add the code via template style options settings. DOc : https://www.joomlart.com/documentation/t4-framework/css-scss-customization
Hi, using the template's inbuilt custom.css editor, the new styles work now. Thanks. I didn't insert styles into custom scss, is this ok? But now all ACM Features Intro - which we have in different modules - use the new background color. Is it possible that we define the new background color only for ACM in module 133: <div id="Mod133" ...? see screenshot, page: http://demospa.santulan-life.de/index.php/coaching-01 Regards, Gerhard
I found out and it works: div#Mod133 .acm-features.style-2 .features-item .mask-icon { background: #66332e; }
santulan-life Glad to hear the code final works fine.