Lance,
QUOTE:
I removed the hex # that was there but it doesn't seem to like it and adds the color back in.
You want to make it transparent
Delete
#FFFFFF at line 574 in xtypo.xml (mambots/content)
or replace these codes
at line 574
| Code: |
<param name="bgcolorquote" type="text" default="#FFFFFF" label="Background Color for {xtypo_quote}" description="Background color for related class. Fill with hex quote. Eg. #C0C0C0" />
|
with
| Code: |
<param name="bgcolorquote" type="text" default="" label="Background Color for {xtypo_quote}" description="Background color for related class. Fill with hex quote. Eg. #C0C0C0" />
|