Title: *Embedded Styles*
Last modified: August 18, 2016

---

# *Embedded Styles*

 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/embedded-styles/)
 * I have got the latest WP running locally. Widgets running and everything fancy.
   BUT when I view CSS in FF web dev it shows something it refers to as *embedded
   styles*. This supplies a whole lot of wierd WP type CSS !important etc for a .
   recentcomment a. Putting aside the fact that in the widget recentcomment is also
   used for an id thus duplicating it – does anyone know WTF is this CSS and where
   has it come from. And more pertinently how can it be <del>deleted</del> edited?
   
   This might be suitable for a mod to move to beyond the codex. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [puzder](https://wordpress.org/support/users/puzder/)
 * (@puzder)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/embedded-styles/#post-589878)
 * I think it is where you can edit the style of the widget as its displayed. I 
   am trying to add bullets to my Recent Comments lost. i tried to alter that file
   to no avail.
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/embedded-styles/#post-589888)
 * The ’embedded’ styles come from plugins/functions that use wp_head to insert 
   styles. When you see raw css (rather then a link/import of an external file) 
   someone is using ‘echo’ or ‘print’ to prepare raw text for insertion into the
   header.
 * A search for something like the following (in suspected scripts/plugins) should
   find it:
 * `add_action('wp_head', 'echoed_css_code');`
 * I know Ozh does it that way in his themetoolkit…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘*Embedded Styles*’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 3 participants
 * Last reply from: [yosemite](https://wordpress.org/support/users/yosemite/)
 * Last activity: [18 years, 10 months ago](https://wordpress.org/support/topic/embedded-styles/#post-589888)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
