Hi Joe,
I found a way to tell mojoPortal to not generate style for the Twitter Widget.
We wanted to style this from CSS and us a background image on the twtr-profile-img-anchor link but mojo was adding two style blocks in the header that were using the elements' clientID to apply background and text colors with !important. It's rather difficult to write a selector to override selectors that are in the renedered HTML document, using the element client ID and have the !important parameter.
If I removed the color hex values from the widget settings, some default colors were used by mojoPortal. I placed a period in each of the color settings in the widget settings and it the style blocks were still generated, but they were empty. This allowed my style settings to work.
My question is, will you support this method or do you consider this a bug? If you consider this to be a bug, can you implement some type of option that will turn off mojoPortal creating the style block?
Thanks,
Joe D.