Okay
  Public Ticket #3625490
List Item Widget
Closed

Comments

  • Richard started the conversation

    Using List Item widget in elementor to control the font, color and size of the numeral in the list, however I can't figure out how to add a period to the  numberal. I want it to look like: 

    1. ablkj;lbckjvalsckbjal;cbkj

    2. b;lkjlkvj;lkjal;sdkjfdsl;kj


    not:

    1   kjlkjl;kjljkl;jklkj;lkj

    2   lkj;lkj;lkj;lkj;lkj;lkj;lkj

  •  751
    Igor replied

    Hi,

    can you tell me what list widget are you asking about here?

    I ask because we don't have "List item" widget

    This is the list of our "list" widgets

    2823021213.png


    Regards,
    Igor

  • Richard replied

    Igor, sorry for using the incorrect name. I'm talking about "List" 

    3154534179.png


  •  751
    Igor replied

    Hi,

    the easiest way is with the custom CSS like this

    3150913499.png


    .ue-list-item-index:after {
        content: ".";
        font-size: 16px;
    }
    

    Regards,
    Igor

  • Richard replied

    thank you!


  •  751
    Igor replied

    Hi,

    no problem at all. Glad I could help

    Regards,
    Igor