Why items could not be enclosed within
  • items in WordPress?
  • Question

    I was creating a guide in WordPress with the Classic Editor. In the guide, I was about to create a separate section here,

    https://www.payuoc.com/home-furnishing-decor/best-mattress/

    I referred to some bootstrap snippets available on the internet. I pasted this code in the Text area

    <ul class="list-inline small">
                  <li class="list-inline-item m-0"><i class="fa fa-star text-success"></i></li>
                  <li class="list-inline-item m-0"><i class="fa fa-star text-success"></i></li>
                  <li class="list-inline-item m-0"><i class="fa fa-star text-success"></i></li>
                  <li class="list-inline-item m-0"><i class="fa fa-star text-success"></i></li>
                  <li class="list-inline-item m-0"><i class="fa fa-star-half-alt text-success"></i></li>
    </ul>
    

    When I switch to the visual section, the i element gets removed. How to prevent elements from getting removed while switching to the visual section?

    0
    , Nirmal Kumar 3 years 2020-03-25T04:50:56-05:00 0 Answers 109 views 0

    Leave an answer

    Browse
    Browse