Title: remove grey filter by default
Last modified: August 30, 2016

---

# remove grey filter by default

 *  [vasumathi](https://wordpress.org/support/users/vasumathi/)
 * (@vasumathi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-grey-filter-by-default/)
 * Hi, I really like the theme, but would prefer to remove the grey filter effect
   to give more brightness to my blog. How we can i remove it and get the default
   effect without filter and the word part to be white?

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-grey-filter-by-default/#post-6733128)
 * Thanks for choosing Tracks!
 * This can be done with the following CSS:
 *     ```
       .site-header .site-title {
         opacity: 1;
       }
       .menu-primary-items a,
       .menu-unset a {
         opacity: 1;
       }
       .menu-secondary-items a {
         opacity: 1;
       }
       .social-media-icons a {
         opacity: 1;
       }
       .top-navigation .search-form-container i {
         opacity: 1;
       }
       .entry .featured-image:after {
         display: none;
       }
       .excerpt {
         opacity: 1;
       }
       .site-footer h3 {
         opacity: 1;
       }
       .site-footer .site-description {
         opacity: 1;
       }
       ```
   
 * Copy & paste the code above into the “Custom CSS” section in the Customizer (
   Appearance > Customize), and it should take affect right away.
 * That will make all of the translucent items on the page fully opaque, so they
   will appear much brighter.

Viewing 1 replies (of 1 total)

The topic ‘remove grey filter by default’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/remove-grey-filter-by-default/#post-6733128)
 * Status: not resolved