Other modules add their css to the stylesheet block in the . The Twingly module does not. Instead it adds its stylesheet as the last item in the section, regardless of the order of print $scripts and print $styles in the . This makes it impossible to style the Twingly module and get it to harmonize with the rest of the site as the Twingly stylesheet overrides any changes.

Please update the Twingly module to follow the structure and method of how other modules add the links to their stylesheets.

Comments

freakalis’s picture

There is no css in the Drupal module for Twingly. The Twingly javascript widget includes a css from the Twingly servers. http://static.twingly.com/jsapi/1.1.1/twingly.css

You can always override their css by using the block wrapper div as a selector in your css.

An example for alla twingly blocks

.twingly-block .twingly_title { font-weight: bold; }

Or for a specific block using the block id

#block-twingly-1 .twingly_title { font-weight: bold; }
freakalis’s picture

Status: Active » Closed (works as designed)
freakalis’s picture

Status: Closed (works as designed) » Closed (fixed)

Closing issue.