Pricing Plans Code – Add bullet list image

Homepage Community Forums Epik Theme Support Pricing Plans Code – Add bullet list image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5425
    mylin
    Customer

      Hi, I would like to know how to add two images for the bullet points on the Pricing Plans table.

      I added the green checkmark but I would also like to add the red “x” to a group of bullet points.

      Can you help me with the CSS? Thank you!

      The page is, http://www.localschoolmobile.com/pricing-draft. The password is 123.

      #5437
      Eric
      Customer

        Just add a class to the li that you want to show as the red x. Like this –

        <li class="redx">Example</li>

        .entry-content .redx {
        	list-style-image: url(http://www.localschoolmobile.com/wp-content/uploads/2013/06/red-x.png);
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5441
        mylin
        Customer

          Thank you, Eric! Have a great weekend!

          #5447
          Eric
          Customer

            You’re Welcome


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Pricing Plans Code – Add bullet list image’ is closed to new replies.