Closed (works as designed)
Project:
BUEditor
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2012 at 13:11 UTC
Updated:
2 Sep 2012 at 07:28 UTC
Here's a screen capture worth a thousand words: http://i.imgur.com/nwT9p.png.
How do I go about styling how the headings display within the BUEditor dropdown when a user clicks the "Headings" button? Been messing around with css, but cannot figure out where that styling is coming from.
Thanks!
Comments
Comment #1
ufku commentedE.tagChooser() applies the tags to the given strings by default. It can be prevented by defining a second parameter(options).
Comment #2
jordanmagnuson commentedThanks!