Title: Buttons &#8211; Square
Last modified: August 21, 2016

---

# Buttons – Square

 *  Resolved [mbg917](https://wordpress.org/support/users/mbg917/)
 * (@mbg917)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/)
 * Hi there – Really enjoying Spun theme a lot, and finding my way through customizing
   with a child theme, despite my minimal CSS knowledge. I stumbled into Internet
   Explorer for some reason, and realized the buttons were square instead of circles….
   and actually REALLY liked it.
 * Any way to make buttons square for all browsers? Thank you very much!

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009550)
 * Add this to your Child Theme:
 *     ```
       .hentry.no-thumbnail { border-radius: 0; }
       ```
   
 *  Thread Starter [mbg917](https://wordpress.org/support/users/mbg917/)
 * (@mbg917)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009630)
 * So that definitely worked, thank you Andrew. However anything I try to change
   in my Child theme ONLY under the /*Homepage*/ section, doesn’t want to overwrite.
   So I make notes there, and change the Parent lines, and it works there. Not sure
   why that is (100% because I don’t know what I’m doing), but I’ve got a work around
   and site looks great.
 * Thanks again Andrew, you have been extremely helpful on this support forum multiple
   times for me!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009631)
 * Can you provide a link to your site with the Child Theme still active?
 *  Thread Starter [mbg917](https://wordpress.org/support/users/mbg917/)
 * (@mbg917)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009662)
 * Absolutely: [http://www.athletesfinancial.com/](http://www.athletesfinancial.com/)
 * I’m still trying to incorporate your coding for using title text instead of picture
   in post for the box in upper right. Otherwise, I’m excited with how it’s coming
   together. Thanks again.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009709)
 * In your Child Theme style.css file remove that “G” on its own.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009710)
 * Close off this style:
 *     ```
       #masthead {
       	opacity: 1;
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009711)
 * Change this:
 *     ```
       -moz-opacity: .8;  ---------------------------*/
       ```
   
 * To this:
 *     ```
       -moz-opacity: .8; /* ---------------------------*/
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009712)
 * Then try the CSS I recommended, put it right at the bottom.

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

The topic ‘Buttons – Square’ is closed to new replies.

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

## Tags

 * [buttons](https://wordpress.org/support/topic-tag/buttons/)

 * 8 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/buttons-square/#post-4009712)
 * Status: resolved