• Resolved doublerdiner

    (@doublerdiner)


    I am VERY new to all of this, so I apologize for my ignorance.

    I am thinking of using Tracks for my web comic but am wondering if there is a way to keep the images from dimming when the cursor is not over them.

    ANY help is greatly appreciated, and again, sorry for my ignorance!

    Thank you!

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

    (@bensibley)

    Thanks for considering Tracks!

    This can be accomplished with just a bit of CSS. In your dashboard, you’ll see a link called “Customize” under the “Appearance” menu. If you click on that, you’ll be taken to the Customizer where you can personalize your site.

    In the Customizer, you will see a section near the bottom called “Custom CSS”. If you copy and paste the following code into that section, the images will stay at full brightness:

    .excerpt {
      opacity: 1;
    }

    Let me know how that works for you and if you have any trouble along the way 🙂

    Thread Starter doublerdiner

    (@doublerdiner)

    Wow, thank you so much! I really appreciate it and I think Tracks is beautiful and look forward to learning more about using it!

    It did seem to work on the main page, but on the individual posts’ pages they still dim. You wouldn’t happen to have more awesome wizardry to tweak those, would you?

    🙂

    Theme Author Ben Sibley

    (@bensibley)

    Haha that I would 🙂

    The following CSS will keep the Featured Images on the post pages at full brightness:

    .entry .featured-image:after {
      opacity: 0;
    }

    That can be added just below the previous code in the Custom CSS section.

    Thread Starter doublerdiner

    (@doublerdiner)

    Once again, thank you!

    I decided to keep the dimming on the main page because I’m digging the effect there, but to not have it dim on the individual posts.

    I really appreciate your help, you sling excellent web magic!

    🙂

    Theme Author Ben Sibley

    (@bensibley)

    Haha thank you, glad you’re happy with the theme 🙂

    Would you be so kind and provide with similar solution for the logo image, please?

    I’ve found it over here – https://wordpress.org/support/topic/how-to-remove-gray-opacity-upon-logo-and-menu?replies=8

    Pls ignore my previous post/question.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Keep Images from darkening’ is closed to new replies.