This topic has 6 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
I used to have very clean looking Pricing Tables. In the past I submitted a ticket and you helped me remove the bullet points and gap to the left of the pink.
Please can you tell me how to do this again? The tables on my site look like these ones: https://www.8theme.com/demo/idstore/pricing-tables/ which have a bullet point and white gap, which looks wrong to me. I would rather no bullet points and no gap.
Thank you
Hello,
Please add the following css code in your child style.css:
.p-table.span3 li {
list-style: none !important;
}
.p-table.span3 {
padding-left: 0px !important;
}
Best regards,
Jack Richardson.
Hi Jack,
Thanks for the suggestion but it hasn’t worked. Any other things to try?
Thanks
Hello,
The code I provided before is working fine. The problem is caused by cache plugin you are using. Please deactivate it and delete cached files from the server and then check your site.
Best regards,
Jack Richardson.
Ahhhh, that did the trick. I will try and remember that for future. Took a while to figure out- in the end I had to go to my CDN and Purge Cache whilst W3 was deactivated.
Thank you very much 🙂
Hello,
You are welcome.
Best regards,
Jack Richardson.
The issue related to '‘Remove Bullet Points from Pricing Tables’' has been successfully resolved, and the topic is now closed for further responses