Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Newsletter bullet and checkbox showing


Go to End


3 Posts   1318 Views

Avatar
Christy

Community Member, 68 Posts

13 August 2010 at 12:47pm

Can someone please point me in the right direction to change the CSS for the Newsletter module.

In the newsletter form, where you select which newsletters you want to subscribe to, there is both a bullet and a checkbox showing.

I cannot find the CSS file to change this.

Thanks.

Avatar
MarcusDalgren

Community Member, 288 Posts

18 August 2010 at 8:03pm

As far as I know the newsletter module does not load any custom css for the frontend. However SilverStripe renders checkboxes in ULs so you have to set the list-style-type to none in forms to get rid of the bullets.

Avatar
Christy

Community Member, 68 Posts

19 August 2010 at 11:43am

Thank you, Smurkas. This has fixed it.