• Resolved netta

    (@nettaserein)


    Hi, the Tracks theme has a grey overlay automatically for the blog posts pictures which annoys me a bit, but the biggest concern is that it puts the grey overlay also on the site logo, so my normally white-backgrounded logo now looks grey and it diminishes the clarity of the logo.

    How to delete to overlay?

    Thx!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    You can use the following CSS to remove this on the site title and blog posts (on blog page and image on the post page):

    .site-header .site-title {
      opacity: 1;
    }
    .excerpt {
      opacity: 1;
    }
    .entry .featured-image:after {
      display: none;
    }
    

    Please copy and paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize). Once added there, it should take effect right away.

    Thread Starter netta

    (@nettaserein)

    Hi, thanks for the quick response! Gee, even a non-coder dork like me was able to do that… ??

    Theme Author Ben Sibley

    (@bensibley)

    Happy to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the grey overlay from blogposts and the site logo?’ is closed to new replies.