Title: Edit  whats inside style tag on button
Last modified: August 30, 2016

---

# Edit whats inside style tag on button

 *  [slagathor](https://wordpress.org/support/users/slagathor/)
 * (@slagathor)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/edit-on-button/)
 * Hi,
 * I just wondered how I can change whats inside the <style> tag of the buttons 
   I make. Do I have to make an external CSS to use instead of the default one?
 * [https://wordpress.org/plugins/maxbuttons/](https://wordpress.org/plugins/maxbuttons/)

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

 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/edit-on-button/#post-6722862)
 * Hi,
 * You can’t really change much yourself, but please explain what you are trying
   to do so I can advice.
 *  Thread Starter [slagathor](https://wordpress.org/support/users/slagathor/)
 * (@slagathor)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/edit-on-button/#post-6722884)
 * Hi,
 * I just wanted to place the maxbutton I made on top of a image . In the bottom
   right corner, but didnt find a way to do this without editing the css/style.
 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/edit-on-button/#post-6722932)
 * That’s indeed not possible without some modifications. You want to place to button
   inside the ‘box’ where the image is being displayed, and it should have a position‘
   relative’.
 * Then you can address the MaxButtons by assigning some custom CSS to it. You can
   do this by adding it either to your theme’s CSS and add it somewhere where it
   allows you to enter custom CSS. This is very dependent on what kind of theme 
   you have.
 * You can target MaxButtons in a very ways. All have a distinct class added to 
   them. For instance this is the number of the button ( ‘maxbutton-1’ ). So you
   can add CSS by adding something like this:
 *     ```
       .maxbutton-1 { position: absolute; bottom:0; right;0; }
       ```
   
 * This will require you to be a little familiar with CSS however and might need
   some experimentation.

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

The topic ‘Edit whats inside style tag on button’ is closed to new replies.

 * ![](https://ps.w.org/maxbuttons/assets/icon-128x128.png?rev=1378636)
 * [MaxButtons - Create buttons](https://wordpress.org/plugins/maxbuttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxbuttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxbuttons/)
 * [Active Topics](https://wordpress.org/support/plugin/maxbuttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxbuttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxbuttons/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/edit-on-button/#post-6722932)
 * Status: not resolved