Title: CSS Control over Preferred Format section
Last modified: August 20, 2016

---

# CSS Control over Preferred Format section

 *  [gdruce](https://wordpress.org/support/users/gdruce/)
 * (@gdruce)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-control-over-preferred-format-section/)
 * The radio buttons for the email preferred format don’t seem to have the same,
   or indeed any, CSS Class names or IDs, making it difficult to reformat them.
 * If they are missing, can this be an enhancement request.
 * Or am I missing something ?
 * Ta
    Glenn
 * [http://wordpress.org/extend/plugins/mailchimp/](http://wordpress.org/extend/plugins/mailchimp/)

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

 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-control-over-preferred-format-section/#post-3454484)
 * Hey Glenn,
 * Thanks for posting. Can you elaborate a bit what you’re looking to style with
   the preferred format buttons? For example, were you looking to color the labels
   on each radio button?
 * -tk
 *  Thread Starter [gdruce](https://wordpress.org/support/users/gdruce/)
 * (@gdruce)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-control-over-preferred-format-section/#post-3454529)
 * In my case I was was looking to change the Display attribute from block to in-
   line as currently in my form the radio button is appearing above the label, rather
   than next to it.
 * **Desired Code**
    Other Group radio buttons have HTML that looks like the following.
   Note the class attribute for both the `<input>` and `<label>` tags.
 *     ```
       <ul class="mc_list">
         <li>
           <input type="radio" id="mc_mv_MEMRELATE_0" name="mc_mv_MEMRELATE" class="mc_radio" value="Mother" />
           <label for="mc_mv_MEMRELATE_0" class="mc_radio_label">Mother</label>
         </li>
       ```
   
 *  This is compared to the radio buttons for preferred email format that looks 
   like.
 *     ```
       <ul class="mc_list">
         <li>
           <input type="radio" name="email_type" id="email_type_html" value="html" checked="checked">
           <label for="email_type_html">HTML</label>
         </li>
       ```
   
 * While the `<input>` tag has an id, unfortunately the `label` has nothing. Adding
   class attributes like the HTML tags for Groups would be helpful.
 * Do this help explain the challenge ?
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-control-over-preferred-format-section/#post-3454538)
 * Hey there,
 * Thanks for providing that clarification. It’s definitely something I can offer
   to pass along on my end as a request.
 * In the mean time, will something like
 *     ```
       .mc_list label{
       }
       ```
   
 * not work in this case?
 * Do you happen to have a link to the live site that you’re seeing this problem
   with?
 *  Thread Starter [gdruce](https://wordpress.org/support/users/gdruce/)
 * (@gdruce)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-control-over-preferred-format-section/#post-3454541)
 * Yes, your suggested code should also work,
 *     ```
       .mc_list label{
       }
       ```
   
 * I will give it a try and let you know if I still have a problem. Thanks for that.
 * Link to the live site
    [http://www.beecroftscouts.org.au/home/subscription/](http://www.beecroftscouts.org.au/home/subscription/)

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

The topic ‘CSS Control over Preferred Format section’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [gdruce](https://wordpress.org/support/users/gdruce/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/css-control-over-preferred-format-section/#post-3454541)
 * Status: not resolved