Remove Dots from Pricing Table

I am wanting to remove dots from this pricing table: http://qualityfurdressing.com/advertise-with-quality-fur-dressing/

I inserted the following code into the frontend.css for the pricing-table module but it did not work:

.fl-module-pricing-table .fl-pricing-table ul li {
list-style: none;
}

I also removed page cache.

Any advice?

Thanks for your help.

Hey Jeff,

I just checked the site and it seems your styling already took place as I can’t see the dots anymore. Check screenshot below for reference.

View post on imgur.com

I’d suggest not placing it on the frontend.css file of the module though. As this gets overwritten when you update the plugin. You can place it under Tools > Layout Settings > CSS. So it applies the styling only on that page.

Hope this helps! :slight_smile:

Ben