Title: Styling Widgets
Last modified: August 19, 2016

---

# Styling Widgets

 *  Resolved [fuxiadmin](https://wordpress.org/support/users/fuxiadmin/)
 * (@fuxiadmin)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/styling-widgets-2/)
 * Ok, I seem to making some ground with styling my headers but was hoping that 
   somebody might be able to help me style my widgets.
 * Currently in my widget.css, I have this code for the widget h3
 *     ```
       .cat-widget h3 {
       	position: relative;
       	display: block;
       	width: 292px;
       	height: 35px;
       	padding-left: 32px;
       	line-height: 35px;
       	background: url(img/widget_header.png) no-repeat;
       }
       ```
   
 * Now I have 8 widgets on my home page, please view [http://www.fuximagazine.com](http://www.fuximagazine.com)
 * If the id in the page source is;
 *     ```
       <div class="cat-widget" id="Film">
   
       	<h3><a href="http://www.fuximagazine.com/category/film/" title="Film">Film</a><a href="#minimize" class="minimize"></a><a href="#close" class="close"></a></h3>
       	<div class="container">
       ```
   
 * How do I write the css so that it targets the ‘Film’ widget? using the body class
   function if nessessary.
 * Thanks

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

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/styling-widgets-2/#post-1502043)
 * `#Film.cat-widget {`
 *  Thread Starter [fuxiadmin](https://wordpress.org/support/users/fuxiadmin/)
 * (@fuxiadmin)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/styling-widgets-2/#post-1502052)
 * Thanks for the reply, do you know where I’d put the h3?
 *  Thread Starter [fuxiadmin](https://wordpress.org/support/users/fuxiadmin/)
 * (@fuxiadmin)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/styling-widgets-2/#post-1502058)
 * doesn’t matter, it worked – thanks a lot.

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

The topic ‘Styling Widgets’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [fuxiadmin](https://wordpress.org/support/users/fuxiadmin/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/styling-widgets-2/#post-1502058)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
