• 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

    (@bensibley)

    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.