roman.b Posted January 13, 2017 Share Posted January 13, 2017 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 More sharing options...
NemoPS Posted January 14, 2017 Share Posted January 14, 2017 Ul has list-style:none set. Probably in your global.css, hard to tell since your css is compiled Link to comment Share on other sites More sharing options...
roman.b Posted January 14, 2017 Author Share Posted January 14, 2017 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 More sharing options...
roman.b Posted January 14, 2017 Author Share Posted January 14, 2017 (edited) 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 January 14, 2017 by roman.b (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now