Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #567166

    Hi,

    OL appears as UL in icon list element.

    You can check the link.

    Thanks

    #567168

    Hi axelfx07!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconlist_content ol li {
        list-style: none!important;
    }

    Best regards,
    Yigit

    #567223

    Hey,

    Done, but didn’t help.

    #567826

    Hey!

    The source code for the first list is showing UL and the code provided by Yigit works fine
    Also add the below code to the one provided earlier…

    please add it in Enfold > General Styling > Quick CSS

    
    .iconlist_content ul li {
        list-style: none!important;
    }
    
    

    Cheers!
    Vinay

    #567844

    Solved. Thank you!

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