How to add numerical icons to cornerstone

Hi, I’m wondering how to add icons 1,2, and 3 to the Classic Feature List element on http://www.swingeducation.dreamhosters.com/charters-and-independents/

Also wondering how to space out list items.

I want it to look like this:

This is site is being built on X theme, and I don’t see any numerical icons in the library of options.

Please advise!

Hi there,

You can set the Graphic option of the Feature List element to Numbers.

To adjust the space between the feature list item, please add this code in the Global CSS:

.x-feature-list li:not(:first-child) .x-feature-box-content, 
.x-feature-list li:not(:last-child) .x-feature-box-content {
    padding-bottom: 50px !important;
}

Feel free to adjust the value to the code.

Hope this helps you get started.

Thank you! I know the 123 had to be simple I just didn’t notice that option!

Figured out padding as well, though had to drop that syntax in Content CSS not Global CSS.

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.