dimanche 20 mars 2016

Unordered List CSS in Qards WP Plugin

I am using Qards plugin for WordPress. The plugin does not have an option to add bullet list in the visual editor. I have attempted to add UL/LI list but the list does not show up in preview.

I want to add UL list with standard circle. Once I have it visible in preview I will be able to style it with CSS Hero plugin.

Screen Shot of Visual Editor Link to page Here is the HTML.

<section class="grid column-3 image-1 top-padding-10 bottom-padding-1 ">
  <div class="section-bg section-color" style="background-color: #ffffff; opacity: 1;"></div>
  <div class="container">
    <h1 style=" font-family: 'Crete Round', serif;  font-weight: bold;  font-style: normal; " class=" font-size-4  line-height-6 ">
      Seeking Creative, Passionate People.
    </h1>
    <p style=" text-align: center;  font-family: 'Hammersmith One', sans-serif;  font-style: normal; " class=" font-size-3  line-height-2 ">
      We think that great real estate can help create magic!
    </p>
    <p style=" text-align: center;  font-family: 'Hammersmith One', sans-serif;  font-style: normal; " class=" font-size-3  line-height-2 ">
      The synergy between people and architectural spaces
    </p>
    <p style=" text-align: center;  font-family: 'Hammersmith One', sans-serif;  font-style: normal; " class=" font-size-3  line-height-2 ">
      drives <font color="#707070">creativity</font> and leads to the establishment of stable,
    </p>
    <p style=" text-align: center;  font-family: 'Hammersmith One', sans-serif;  font-style: normal; " class=" font-size-3  line-height-2 ">
      profitable businesses
    </p>
    <ul class="grid-list">
      <li class="image-grid-item ">
        <div class="image" style="background-image: url(http://ift.tt/1pV5NrP)"></div>
        <div class="description-holder">
          <div>
            <div>
              <h3 style=" color: rgb(66, 66, 66);  font-family: Montserrat, sans-serif;  font-weight: bold;  font-style: normal; " class=" font-size-4  line-height-4 ">
                Bespoke Real Estate Service
              </h3>
              <ul style="list-style-type:circle">
                <li>Custom Market Research</li>
                <li>Needs Analysis</li>
                <li>Negotiation</li>
              </ul>
            </div>
          </div>
        </div>
      </li>
      <li class="image-grid-item ">
        <div class="image" style="background-image: url(http://ift.tt/22wGtqi)"></div>
        <div class="description-holder">
          <div>
            <div>
              <h3 style=" color: rgb(66, 66, 66);  font-family: Montserrat, sans-serif;  font-weight: bold;  font-style: normal; " class=" font-size-4  line-height-4 ">
                Tech Tools
              </h3>
              <ul>
                <li>Tour Book App</li>
                <li>Online Deal Management</li>
                <li>Lease Analysis &amp; Comparison</li>
              </ul>
            </div>
          </div>
        </div>
      </li>
      <li class="image-grid-item ">
        <div class="image" style="background-image: url(http://ift.tt/1pV5NrR)"></div>
        <div class="description-holder">
          <div>
            <div>
              <h3 style=" color: rgb(66, 66, 66);  font-family: Montserrat, sans-serif;  font-weight: bold;  font-style: normal; " class=" font-size-4  line-height-4 ">
                Creative Scenarios
              </h3>
              <ul>
                <li>Shared Office Leasing</li>
                <li>Unique Spaces</li>
                <li>Multi-Use Facilities</li>
                <li>Integrated with PublicTransit</li>
                <li>Offset Your Annual Rent with SXSW &amp; Event Subleasing </li>
              </ul>
            </div>
          </div>
        </div>
      </li>
    </ul>
  </div>
</section>

Seeking Creative, Passionate People. We think that great real estate can help create magic!

The synergy between people and architectural spaces drives creativity and leads to the establishment of stable, profitable businesses http://ift.tt/1pV5NrP)"> Bespoke Real Estate Service
  • Custom Market Research
  • Needs Analysis
  • Negotiation
  • http://ift.tt/22wGtqi)"> Tech Tools
  • Tour Book App
  • Online Deal Management
  • Lease Analysis & Comparison
http://ift.tt/1pV5NrR)"> Creative Scenarios
  • Shared Office Leasing
  • Unique Spaces
  • Multi-Use Facilities
  • Integrated with PublicTransit
  • Offset Your Annual Rent with SXSW & Event Subleasing

Aucun commentaire:

Enregistrer un commentaire