Title: Using Frontier custom CSS
Last modified: August 21, 2016

---

# Using Frontier custom CSS

 *  Resolved [licoricetwist](https://wordpress.org/support/users/licoricetwist/)
 * (@licoricetwist)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/using-frontier-custom-css/)
 * Hi – I’m trying to use the ‘custom CSS’ area that Frontier Options provides, 
   so I can update the theme eventually. I have moved a little CSS across and it’s
   fine.
 * I am trying to make the radio buttons & check boxes in Contact7 appear as a list
   rather than as wrapping text. (example page: [http://www.bapt.org.uk/membership/join-bapt](http://www.bapt.org.uk/membership/join-bapt))
 * I have this in style.css at the moment (which works fine):
 *     ```
       /* to display check boxes in columns, in contact7 forms */
         span.wpcf7-list-item { display: block; }
       ```
   
 * But when I remove this code and put it into the custom css area instead, it doesn’t
   work. What do I need to change to make it work in custom css?

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/using-frontier-custom-css/#post-4632673)
 * Check the contents of your Custom CSS first before you add that code. There is
   a “text-shadow: none;” property without a selector. This probably prevents any
   CSS after that line to work.
 *  Thread Starter [licoricetwist](https://wordpress.org/support/users/licoricetwist/)
 * (@licoricetwist)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/using-frontier-custom-css/#post-4632684)
 * Thanks Ron – that was the problem. I don’t really understand CSS, but am learning
   lots in this process!

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

The topic ‘Using Frontier custom CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/frontier/1.3.3/screenshot.png)
 * Frontier
 * [Support Threads](https://wordpress.org/support/theme/frontier/)
 * [Active Topics](https://wordpress.org/support/theme/frontier/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/frontier/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/frontier/reviews/)

## Tags

 * [check boxes](https://wordpress.org/support/topic-tag/check-boxes/)
 * [contact 7](https://wordpress.org/support/topic-tag/contact-7/)
 * [frontier](https://wordpress.org/support/topic-tag/frontier/)
 * [radio buttons](https://wordpress.org/support/topic-tag/radio-buttons/)

 * 2 replies
 * 2 participants
 * Last reply from: [licoricetwist](https://wordpress.org/support/users/licoricetwist/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/using-frontier-custom-css/#post-4632684)
 * Status: resolved