Title: Fusion theme CSS pointer needed
Last modified: August 19, 2016

---

# Fusion theme CSS pointer needed

 *  [jvanderbos](https://wordpress.org/support/users/jvanderbos/)
 * (@jvanderbos)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/fusion-theme-css-pointer-needed/)
 * I’m having trouble identifying and affecting the CSS selectors/classes which 
   control the headings in the widget. Arrrgggh.
 * See: [http://www.kingscott.com/testwpsite/](http://www.kingscott.com/testwpsite/)
 * The words I’m trying to affect are selected with an H3 class=sidebarhead, which
   I’ve defined in the fusion theme add ons. (well, all of the widget is impervious
   to CSS changes.) Directions, please?
 * I love the theme, but the documentation is thin, and scouring page after page
   of comments is a terrible way to find an answer.
 *  What am I doing wrong. All replies appreciated. Thanks.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/fusion-theme-css-pointer-needed/#post-1604949)
 * `h3.sidebarhead { color:red; }`
 * did you try this?
    added at the end of style.css of your theme.
 * sometimes a ‘reload’ of the page in the browser is needed to make css changes
   visible; or a ‘ctrl f5’.
 *  Thread Starter [jvanderbos](https://wordpress.org/support/users/jvanderbos/)
 * (@jvanderbos)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/fusion-theme-css-pointer-needed/#post-1604953)
 * This is the relevant code that’s appended to each page by the theme options dialog(
   see code)
 *     ```
       h3 .sidebarhead {
          background: transparent url(images/div-h2.gif) repeat-x left bottom;
          color: #a6c8d8;
          padding: 4px 0;
          font-size: .5em;
          margin-bottom: .4em;
          text-transform: uppercase;
       }
       ```
   
 * I’ve changed these options multiple times, reloaded, restarted and nothing changes.
   Tried other combinations of selectors and classes. I must have something wrong.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/fusion-theme-css-pointer-needed/#post-1604976)
 * delete the **space **between h3 and .sidebarhead – look closely at my example.
 *  Thread Starter [jvanderbos](https://wordpress.org/support/users/jvanderbos/)
 * (@jvanderbos)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/fusion-theme-css-pointer-needed/#post-1605112)
 * Thanks, that worked in one case.

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

The topic ‘Fusion theme CSS pointer needed’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [jvanderbos](https://wordpress.org/support/users/jvanderbos/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/fusion-theme-css-pointer-needed/#post-1605112)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
