Title: Style the button container
Last modified: March 9, 2018

---

# Style the button container

 *  [demonboy](https://wordpress.org/support/users/demonboy/)
 * (@demonboy)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/)
 * This is a great plugin, thank you so much for all your hard work. I have a couple
   of things to sort so I’ll split them up into two threads.
 * I’m trying to style the ssfa_fileup_container that contains the blue ‘add files’
   buttons. I’m trying to remove the background colour and margins, but I can’t 
   seem to target that container. I’ve tried #ssfa_fileup_container, .ssfa_fileup_container
   and can only have half success with ssfa_fileupload_buttons_container.

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

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055459)
 * Have you tried using your browser’s element inspector to isolate the styles that
   are affecting it?
 * Also, using `!important` sometimes helps.
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055460)
 * Thanks for the kind words.
 *  Thread Starter [demonboy](https://wordpress.org/support/users/demonboy/)
 * (@demonboy)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055476)
 * Hi Thom – it’s a great plugin, thank you. Yes, I’m using Inspector, which is 
   how I found the general area (#ssfa_fileup_container), but adding
 * `#ssfa_fileup_container {background:#fff;}`
 * doesn’t change the colour.
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055480)
 * `div.ssfa_fileup_container{background:#fff;}` doesn’t work? Works for me.
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055484)
 * The only defined styles in the stylesheet for that element are:
 *     ```
       div.ssfa_fileup_container 
       {
           margin: 0 0 30px 0;
           padding: 0;
           width: 100%;
       }
       ```
   
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055489)
 * Unless your theme stylesheet has a background color for all form elements.
 * There’s a `form` element inside the `ssfa_fileup_container` div.
 *  Thread Starter [demonboy](https://wordpress.org/support/users/demonboy/)
 * (@demonboy)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055494)
 * No, that doesn’t work. In theory my custom CSS should be loading last, so I’ll
   have a chat with my theme developers to see if they can help out.
 *  Thread Starter [demonboy](https://wordpress.org/support/users/demonboy/)
 * (@demonboy)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055495)
 * Right, gotcha. Will investigate.
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055496)
 * Got a link i could look at or is it private?
 *  Thread Starter [demonboy](https://wordpress.org/support/users/demonboy/)
 * (@demonboy)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055503)
 * It’s private, unfortunately, but don’t worry, the theme developers (Alkaweb) 
   are normally quite good at support so I’ll only bother you again if they can’t
   help.
 * Appreciate the support, thank you.

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

The topic ‘Style the button container’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [demonboy](https://wordpress.org/support/users/demonboy/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/style-the-button-container/#post-10055503)
 * Status: not resolved