Can I expand the background color from 4 to 8 colors?

    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.

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.