N
nbi
New Member
There is no setting for the icon list widget that turns off the icon and text shadow. How do I disable it??
All other widgets that place text via "typography" have a "text shadow" setting. Why not the icon list??
Anyone know the css for shutting this off? Thanks.
UPDATE: I got tired of wrestling with this and developed a from scratch workaround consisting of inner sections, the icon widget, and custom css.
To use css just declare a 'shadow' class and add css like:
.shadow { text-shadow: 0px 0px 0px; }
All other widgets that place text via "typography" have a "text shadow" setting. Why not the icon list??
Anyone know the css for shutting this off? Thanks.
UPDATE: I got tired of wrestling with this and developed a from scratch workaround consisting of inner sections, the icon widget, and custom css.
To use css just declare a 'shadow' class and add css like:
.shadow { text-shadow: 0px 0px 0px; }
Last edited: