Title: Small Problem
Last modified: August 31, 2016

---

# Small Problem

 *  [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/small-problem-11/)
 * Such a fab plugin this is…
 * One ‘little’ issue > using [premiumpress.com](http://premiumpress.com) theme
 * It uses ‘listing_type’
 * I created a ’rounded’ button but shows up as ‘square’
 * Regards,
 * [https://wordpress.org/plugins/forget-about-shortcode-buttons/](https://wordpress.org/plugins/forget-about-shortcode-buttons/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/small-problem-11/#post-6935121)
 * Hey Rik
 * It sounds like your theme is loading some CSS after FASC buttons, which means
   some rules are being overwritten.
 * The best thing to do would be to add the CSS from FASC buttons into your theme
   stylesheet, so you know they are loaded after your themes CSS, and hopefully 
   the rules will work.
 * So in your theme where you are supposed to add your custom css, add the rounded
   rules again, this time with the important option set:
 *     ```
       /* rounded */
       a.fasc-button.rounded.fasc-size-xlarge, .fasc-rounded-medium.fasc-size-xlarge
       {
       	border-radius:15px !important;
       }
       a.fasc-button.rounded.fasc-size-large, .fasc-rounded-medium.fasc-size-large
       {
       	border-radius:10px !important;
       }
       a.fasc-button.rounded.fasc-size-medium, .fasc-rounded-medium.fasc-size-medium
       {
       	border-radius:9px !important;
       }
       a.fasc-button.rounded.fasc-size-small, .fasc-rounded-medium.fasc-size-small
       {
       	border-radius:8px !important;
       }
       a.fasc-button.rounded.fasc-size-xsmall, .fasc-rounded-medium.fasc-size-xsmall
       {
       	border-radius:7px !important;
       }
       ```
   
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Small Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forget-about-shortcode-buttons_ffffff.
   svg)
 * [Forget About Shortcode Buttons](https://wordpress.org/plugins/forget-about-shortcode-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forget-about-shortcode-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/small-problem-11/#post-6935121)
 * Status: not resolved