Can I expand the background color from 4 to 8 colors?
Background color expand JA ACM Module - Style-4
meisterix
Hi
Open file "/acm/features-intro/tmpl/style-4.xml" in template "ja_morgan".
Find this code
<option value="bg-lv-4">Background Style 4</option>
add new entry for example :
<option value="bg-lv-5">Background Style 5</option>
Now define the style code in custom css
.acm-features.style-4 .features-item.bg-lv-5 {
background: #336666;
}
Save and check.
Each new entry you have to define your own color.
Perfect
Ninja locked the discussion.