How may I insert a check list into the pricing boxes?

I'd like to put a check list inside the pricing boxes just as the check lists appear in the "useful info" part of the BeSoftware theme. I noticed that the other check lists that appear on the site where put in the content boxes as HTML code. Is there code that I can use to make a clean looking check list inside the pricing boxes?

Comments

  • Hi,

    where "Useful info" section exactly is? Because we do not see anything like that on Be|Software demo and to be honest we don't know what you mean.
  • Hello,

    It's a small box at the bottom of the home page right before the call to action section. It's in the same section as the video. The box says useful info at the top and then has a list with check marks.I want to put that same type of list in the pricing boxes. If you'd like I can post a screen shot.
  • For this item we used the following shortcode:
    <ul class="list_check">
        <li>Suspendisse a pellentesque dui non felis</li>
        <li>Aliquam ornare egestas eros et scelerisque tortor</li>
        <li>Quisque cursus et porttitor</li>
        <li>Nulla ipsum dolor lacus, suscipit adipiscing</li>
    </ul>
    However, we are not sure if this would work for the pricing boxes. You need to check it yourself then.
Sign In or Register to comment.