John Posted April 20, 2018 Share Posted April 20, 2018 Hi, In short and long description bullet point don t show up. I try to look at theme.css and I found this: ul { list-style: none; } when i change it to list-style: inside; it applied to many other element. How can i apply only to the short and long description? thanks in advance. I use PS 1.7.2 Link to comment Share on other sites More sharing options...
NemoPS Posted April 20, 2018 Share Posted April 20, 2018 You can add a better selector like .description_short .ul {list-style:inside} The selector depends on your theme though Link to comment Share on other sites More sharing options...
razaro Posted April 20, 2018 Share Posted April 20, 2018 It depends on your theme but you can try to add to custom.css #product-description-short-2 ul, #description ul { list-style: inside; } 1 Link to comment Share on other sites More sharing options...
John Posted April 21, 2018 Author Share Posted April 21, 2018 11 hours ago, razaro said: It depends on your theme but you can try to add to custom.css #product-description-short-2 ul, #description ul { list-style: inside; } Hi Razaro, thanks for your answer. I try to add what you say to theme.css but it doesn't work. Did I do something wrong? thanks Link to comment Share on other sites More sharing options...
John Posted April 21, 2018 Author Share Posted April 21, 2018 18 hours ago, NemoPS said: You can add a better selector like .description_short .ul {list-style:inside} The selector depends on your theme though Hi NemoPS, Thanks for your reply How do i do that? Do I have to insert this in theme.css ? Thanks Link to comment Share on other sites More sharing options...
razaro Posted April 21, 2018 Share Posted April 21, 2018 I said it depends on your theme, you could post link to your store as that would be helpful. Also if you made changes try to clear cache in Advanced Parameters > Performance. 1 Link to comment Share on other sites More sharing options...
John Posted April 21, 2018 Author Share Posted April 21, 2018 (edited) @razaro Ok, Yeah I allready clear prestashop cache and my browser cache also. Here is the website: hotel-boxcadeau.com thanks for your help Edited April 21, 2018 by John (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted April 21, 2018 Share Posted April 21, 2018 OK here you go, replace last line you added in theme.css with .product-information [id^=product-description-short] ul {list-style:inside} #description.tab-pane .product-description ul {list-style:inside} That should help and it is pointing to specific elements to not interfere with others. And good website you have, great images Link to comment Share on other sites More sharing options...
John Posted April 21, 2018 Author Share Posted April 21, 2018 @razaro man !!! you made my day. it works perfectly. I ve been looking for the answer at least 5 hours. thanks a lot. Link to comment Share on other sites More sharing options...
nicoX Posted December 9, 2018 Share Posted December 9, 2018 Why not to hack the HTML: Link to comment Share on other sites More sharing options...
El Patron Posted December 9, 2018 Share Posted December 9, 2018 52 minutes ago, nicoX said: Why not to hack the HTML: I'm do not think my comment here is correct, please disregard. Link to comment Share on other sites More sharing options...
AnitaH Posted December 15, 2022 Share Posted December 15, 2022 (edited) Hi my friends, you successfully helped John with a similar problem, so I have to write to you too.. 🙂 I have a slightly different, but still similar problem. For me, bullet points do not show up in the category page description. I would kindly ask you to help me fix this issue. I've included two photos in the attachments to help you see where the problem is. The website is https://www.torbice.si Thank you very much in advance! Best regards, Anita Edited December 15, 2022 by AnitaH (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