Wordpress bullet points/numdered lists not displaying

Asked by:
HubFans / n/a Points
Time:
2014-11-13 3:51 pm EST
Category:
Wordpress
Hits:
13,393
Hello, it is my third day of using wordpress and becuase I have an account through a private domain and not wordpress.org, I cannot ask for help on their forums.

I have written two articles on thecarspotter.co.uk, both have included bullet points and lists and appear no problem in the visual editor, but they do not appear in the preview or on the on the actual website. The text section reads:

 

<img class="alignnone size-medium wp-image-59" src="http://thecarspotter.co.uk/wp-content/uploads/2014/11/Winter-Maintenance-Article-225x300.jpg" alt="Winter Maintenance Article" width="225" height="300" />

<strong>8 Items for your car</strong>
<ol>
<li>Sunglasses - for the dazzling low winter sun</li>
<li>Ice scraper</li>
<li>De-icer</li>
<li>Car phone charger</li>
<li>Food and water supplies - for particularly long journeys</li>
<li>Blanket</li>
<li>Reflective warning sign and a high-visibility jacket</li>
<li>Shovel - once it has snowed or is forecasted</li>
</ol>
&nbsp;

<strong>13 basic maintenance tips</strong>

In no particular order:
<ol>

I have no experience in coding but will attempt any fixes. Any help greatly appreciated.

Kind Regards





To ask this user for more information, please first login.

To submit an answer, please login.

Hello,

The reason you are not seeing the numbers in your lists is because it is being overridden by your theme's css file. Specifically, the one located at: /wp-content/themes/carzine/style.css?ver=4.0

The code responsible states:
ul, ol{
padding:0;
list-style:none;
margin:0;
}


The list-style:none; is the line that removes the numbers from the list. Commenting that line out or removing it will allow the numbers to show. Remember, however, that any change made there will also occur throughout your site for this theme.

Kindest Regards,
Scott M
ScottM
16,266 Points
2014-11-13 04:44 pm EST
Want to share this Question?

Related Articles

It looks like there are no related articles.
Would you like to ask a question about this page? If so, click the button below!
Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}