Title: Logo White Border
Last modified: August 31, 2016

---

# Logo White Border

 *  Resolved [cdsmiler81](https://wordpress.org/support/users/cdsmiler81/)
 * (@cdsmiler81)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/logo-white-border/)
 * Hello there!
 * Lovely theme! I was just wondering how to remove the white circular border from
   the logo in the header?
 * Many thanks!

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

 *  [Damon Cook](https://wordpress.org/support/users/colorful-tones/)
 * (@colorful-tones)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/logo-white-border/#post-7290177)
 * Hi cdsmiler81,
    You would have to add a little Custom CSS to override this. I
   would recommend using a plugin, like:
    - [Simple Custom CSS plugin](https://wordpress.org/plugins/simple-custom-css/)
    - or if you already have the [Jetpack](https://jetpack.com/) plugin installed,
      which is pretty common then you can just enable Jetpack’s [Custom CSS module](https://jetpack.com/support/custom-css/)
 * Once you have a Custom CSS plugin installed you should be able to use the following
   CSS to remove the border:
 *     ```
       #masthead .photo-section span {
           border-radius: 0;
       }
   
       #masthead .photo-section span img {
           border: none;
           border-radius: 0;
       }
       ```
   
 * That should do it.
 * If your question has been answered, we would love if you would mark this topic
   as resolved in the right hand sidebar. This helps our volunteers find the topics
   that still need attention and more people will get helped, possibly like you 
   did.
 *  Thread Starter [cdsmiler81](https://wordpress.org/support/users/cdsmiler81/)
 * (@cdsmiler81)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/logo-white-border/#post-7290285)
 * Ah, perfect! Thank you so much! Resolved!

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

The topic ‘Logo White Border’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [cdsmiler81](https://wordpress.org/support/users/cdsmiler81/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/logo-white-border/#post-7290285)
 * Status: resolved