• Resolved michaeldryork

    (@michaeldryork)


    Is there a way to disable the hover “fade” on the header image? I believe that the hover fade is active on other pages too. For some reason in chrome hovering makes everything disappear

    http://www.blueanchorfilms.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Devora

    (@arty9k)

    on line 14 in style.css, you can set the opacity to 100%.

    But you are best off working in a custom stylesheet.

    Thread Starter michaeldryork

    (@michaeldryork)

    Yep that did the trick! Thanks for the help!

    Devora

    (@arty9k)

    You’re welcome!

    LKMG

    (@lkmg)

    Hello, i cannot seem to find where abouts in decodes style.css where i can change this so that i can too remove the hover fade on my header image?

    If someone could help me locate where abouts it is and what i need to change i shall be very grateful.

    Thankyou

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If the theme doesn’t have a designated section of the dashboard for CSS modifications, which it sounds like it doesn’t, then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    .site-logo {
     opacity: 100;
    }

    LKMG

    (@lkmg)

    Hi Andrew,

    thanks very much for your reply, this theme does actually have a custom css manager and i inserted the CSS code you provided but it seems to have made no difference to my headers hover fade 🙁

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you create a new thread about that: http://wordpress.org/support/theme/decode#postform ?

    As it seems you don’t have the same issue.

    LKMG

    (@lkmg)

    I just made a new thread about it Andrew,

    thanks very much

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘header image hover’ is closed to new replies.