You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wag...@googlegroups.com
Hello
Is there a way to actually overwrite some of the provided stylesheets ? I tried to use django-overextend, but it gives me loads of error messages after I added it to the installed_apps variable, therefore I'm wondering if there is something easier to customize it.
Basically I just want to remove some width restrictions and make some minor adjustments based on our streamfields.
Cheers, Christoph
Matthew Westcott
unread,
May 31, 2015, 7:32:59 AM5/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wag...@googlegroups.com
Hi Christoph,
We don't have any formal way of overriding CSS throughout the whole admin interface - however, we do provide a hook 'insert_editor_css' <http://docs.wagtail.io/en/latest/reference/hooks.html> for CSS to be inserted specifically for the page editor. Perhaps that will achieve what you want...