X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Bullet points not showing (https://forum.x-cart.com/showthread.php?t=52715)

yages 03-08-2010 09:24 PM

Bullet points not showing
 
Since I upgraded to 4.3 the product info in not showing correctly

4.1.12 shows a product like this

Therapeutic Benefits
∙Relief of muscular cramps and spasms.
∙Relief of menstrual cramps
∙Required for the proper balance of the B, C, E vitamins in addition to the mineral calcium
∙May provide temporary relief of lower back pain.

4.3 shows the same info as

Therapeutic Benefits
Relief of muscular cramps and spasms.
Relief of menstrual cramps
Required for the proper balance of the B, C, E vitamins in addition to the mineral calcium
May provide temporary relief of lower back pain.

How do I fix this or is it a bug

Shamun 03-09-2010 12:31 AM

Re: Bullet points not showing
 
It's in the css.

You'll need to add the following to the li element for bullets:
Code:

list-style-type: circle;

yages 03-09-2010 01:24 AM

Re: Bullet points not showing
 
I have thousands of products and most use these bullets

where do I add this to fix the problem
is it in the example below, which I hope it is not
<ul>
<li>product</li>
</ul>
or if its in the main.css
where do I find the location

Shamun 03-09-2010 07:15 AM

Re: Bullet points not showing
 
Use firefox and firebug.
Use the element inspection tool, hover over the list that should have the bullets, click once and on the right you should see the CSS selectors. In there you can play around with them and add the previously mentioned one to see if it works.

I cannot tell you exactly where as I don't know if your live shop is on 4.3 or not, or which page its on.

Also, you should password protect your /admin/ directory.

imsonny@gmail.com 06-12-2010 11:23 AM

Re: Bullet points not showing
 
Quote:

Originally Posted by Tal
It's in the css.

You'll need to add the following to the li element for bullets:
Code:

list-style-type: circle;


ol,ul{list-style:bullet;} in the main.css


All times are GMT -8. The time now is 06:33 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.