Jump to content

Bullet lists lists not showing: description, CMS etc.


Recommended Posts

Hi,

Did not work: bullet lists lists not showing: description, CMS etc.

in html code:

<ul>
<li>shelf made in 8mm thick, milky glass,</li>
</ul>
<ul>
<li>41/61/81 cm long, perfectly matched profile in anodized aluminium, finished in silver,</li>
</ul>
<ul>

 

Prestashop 1.5.6.3

https://shop.led-glass.eu/gb/glass-shelf...

Tab more info

 

As if missing styles <LI> global.css

the only question is where? Thanks

 

 

 

Link to comment
Share on other sites

I have global.css:
 
ul, ol {
list-style: none;
margin: 0;
 
change this line:
 
ul, ol {
list-style: none;
margin: 0;
list-style-type: disc;
margin-left: 10px;
}

 

only that the effect is such that on the entire side have periods :(

Link to comment
Share on other sites

I was looking for where you do not need

I found a solution, someone might be useful to:

The file product.css in sections "PRODUCT DESCRIPTION" add this code:

 

.more_info_inner .toggle_content ul li {

    list-style: none;

    margin: 0;

    list-style-type: disc;

    margin-left: 10px;

}

 

similarly be with CMS

Edited by roman.b (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...