• Resolved Ultrazauberer

    (@ultrazauberer)


    Hello there!

    I’m new to wordpress and I just started my own blog. I decided to use the tracks theme because it’s clean, modern and nice. ??

    At the moment it’s perfect for me because I want to blog about my photography hobby. It sets the pictures nicely besides the blog topics.

    For the main page I really like the zoom and highlighting/fading effect if you mouseover the post. The only thing I don’t like is following:
    Once you clicked the post the featured image is set on the top. Perfect. But when you leave the image with the cursor the featured image is fading out. Now the picture looks flat.

    Is there a hidden option to disable the fading effect straight in the posts and not on the primary blog page?

    Best regards and thanks for your awesome theme!

    PS: here’s my blog https://flopix.de

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

    (@bensibley)

    Hey glad you like the theme!

    The fading effect can be removed with the following CSS:

    .entry .featured-image:after {
      display: none;
    }

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

    I think you’ll also really like the Tracks CSS Snippets Collection. It has dozens of similar code snippets for tweaking and customizing Tracks.

    Thread Starter Ultrazauberer

    (@ultrazauberer)

    Hi Ben,

    thank you for posting the link and the solution. It works fine!

    Best regards.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable the fading effect on featured Images’ is closed to new replies.