Title: remove shadow from logo
Last modified: August 31, 2016

---

# remove shadow from logo

 *  Resolved [altercat](https://wordpress.org/support/users/altercat/)
 * (@altercat)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-shadow-from-logo-help/)
 * _[ Moderator note: [title adjusted, please refrain from using help, urgent, emergency, asap, etc. in topic titles.](http://codex.wordpress.org/Forum_Welcome#Choose_A_Good_Topic_Title)]_
 * Hello there
 * I’ve applied a shadow to my images by using the following code
 *     ```
       img {
           -webkit-box-shadow: 10px 10px 10px #7C7C7C;
           box-shadow: 10px 10px 10px #7C7C7C;
           }
       ```
   
 * However, this also affects the logo image in the header. See [http://alter.cat](http://alter.cat)
   
   How do I disable the shadow effect for the logo image ONLY? I’ve tried a few 
   of the possible answers suggested in other posts but the border/shadow persists…
 *  Thanks in advance!

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

 *  [Sanjog](https://wordpress.org/support/users/sanjog/)
 * (@sanjog)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-shadow-from-logo-help/#post-6931929)
 * Hi -@altercat
 * If you don’t want shadow in logo image you have to reference class just above
   image tag when you inspect the logo section.
    You have defined just img {..} 
   So wherever img tag is seen the shadow effect is seen. I suggest you to use below
   CSS.
 *     ```
       a.site-logo img {
           box-shadow: none;
       }
       ```
   
 * Note: Please customize style template of child theme, so your changes will not
   overwrite on theme update.
    OR if you find custom CSS section in your Customizer
   section you can add this CSS there.
 * Thank You!!
 *  Thread Starter [altercat](https://wordpress.org/support/users/altercat/)
 * (@altercat)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-shadow-from-logo-help/#post-6931966)
 * That worked like a charm, thank you so much!!!

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

The topic ‘remove shadow from logo’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [altercat](https://wordpress.org/support/users/altercat/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/remove-shadow-from-logo-help/#post-6931966)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
