Title: Headers
Last modified: August 21, 2016

---

# Headers

 *  Resolved [Zach](https://wordpress.org/support/users/zachcook/)
 * (@zachcook)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/headers-10/)
 * Hello,
    I would like to remove the circle around the custom header to make the
   image stand out more. i have scrolled through the code and i could not find anything
   please can you help?
 * Thanks Zach

Viewing 1 replies (of 1 total)

 *  Moderator [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * (@melchoyce)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/headers-10/#post-4511397)
 * Hi there,
 * If you just want to make the logo a square, you can do it using this code:
 *     ```
       .site-branding {
       	-webkit-border-radius: 0;
       	-moz-border-radius: 0;
       	border-radius: 0;
       }
   
       .custom-header .site-branding:before {
       	-webkit-border-radius: 0;
       	-moz-border-radius: 0;
       	border-radius: 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Headers’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/headers-10/#post-4511397)
 * Status: resolved