Title: Where do I put this code
Last modified: August 21, 2016

---

# Where do I put this code

 *  [bbg](https://wordpress.org/support/users/bbg/)
 * (@bbg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/where-do-i-put-this-code-1/)
 * I have to add this code to my style.css file of my theme but not sure where in
   the file to add it. It removes the background of captions in the soliloquy slider.
 * > .soliloquy-caption-inside { background: transparent !important; filter: none!
   > important; -ms-filter: none !important; }

Viewing 1 replies (of 1 total)

 *  [zvitez](https://wordpress.org/support/users/zvitez/)
 * (@zvitez)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/where-do-i-put-this-code-1/#post-3697673)
 * Hey, it’s good practice to use [child themes](http://codex.wordpress.org/Child_Themes)
   if you want to make changes to a theme to safe guard your changes from future
   upgrades most importantly.
    To answer your question if you place it in the end
   of the file you reduce the probability of having it overriden by another style(
   they are applied in order in the file) but it’s better to keep some sort of order
   to make it easier to manage all the styles. As Andrew stated here in the forums
   earlier try to avoid using the !important declaration if you can. Try using [more specific selectors](http://coding.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/)
   instead.

Viewing 1 replies (of 1 total)

The topic ‘Where do I put this code’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [zvitez](https://wordpress.org/support/users/zvitez/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/where-do-i-put-this-code-1/#post-3697673)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
