Title: Changing Circle shape
Last modified: August 21, 2016

---

# Changing Circle shape

 *  Resolved [kate.morrison](https://wordpress.org/support/users/katemorrison/)
 * (@katemorrison)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-circle-shape/)
 * Hi,
 * I would like to change the shape of the circle in the top left of the FLounder
   homepage to a rectangle to fit my project logo and to stop it from fading the
   colours – is this possible? I have the appearance editing version but know very
   little about CSS!
 * Many thanks,
    Kate

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/changing-circle-shape/#post-4528617)
 * Hi there,
 * You can use this CSS to make the header area a square, and make your header image
   fully opaque:
 *     ```
       .site-branding {
       	-webkit-border-radius: 0;
       	-moz-border-radius: 0;
       	border-radius: 0;
       }
   
       .custom-header .site-branding:before {
       	background-color: transparent;
       	-webkit-border-radius: 0;
       	-moz-border-radius: 0;
       	border-radius: 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Changing Circle shape’ 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/)

## Tags

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

 * 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/changing-circle-shape/#post-4528617)
 * Status: resolved