Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #888107

    Hi Enfold Team,

    I have read the following thread https://kriesi.at/support/topic/adding-numbers-to-icon, unfortunately the thread has already been closed. I’d like to know how to use your icon list feature (https://kriesi.at/themes/enfold/shortcodes/iconlis/) with numbers instead of entypo-fontello characters. Is there any way?

    Thank you for your support!

    #888135

    Hey djabsolut,

    Please turn on custom CSS field for ALB elements and give your icon list element a custom class and then post the link to your page. We will provide you custom CSS code for a workaround.

    Best regards,
    Jordan Shannon

    #888140

    Hi Jordan,

    Thanks for the quick reply.

    I’d like to have the numbers 1 to 5 on the left and 6 to 10 on the right. That would be awesome.

    Thanks in advance.

    #888157

    Hi,

    Did you turn on the custom classes already?

    Best regards,
    Jordan Shannon

    #888159

    Yes, the classes are named:
    iconlist_left_numbers
    iconlist_right_numbers

    Thank you!

    #889432

    Hi Jordan,

    do you have any update on that topic for me?

    Best

    #889565

    Hi Frederick,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .iconlist_left_numbers li:nth-child(1) .iconlist-char:before {
        content: '1';
    }
    .iconlist_left_numbers li:nth-child(2) .iconlist-char:before {
        content: '2';
    }
    .iconlist_left_numbers li:nth-child(3) .iconlist-char:before {
        content: '3';
    }
    .iconlist_left_numbers li:nth-child(4) .iconlist-char:before {
        content: '4';
    }
    .iconlist_left_numbers li:nth-child(5) .iconlist-char:before {
        content: '5';
    }
    

    The same for the other side, just use different class and change numbers.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #889831

    Hi Victoria,

    Thank you very much! This worked perfectly. Looks great and is exactly what we have been looking for.

    Thanks!

    #889844

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Numbered icon list’ is closed to new replies.