Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @dsb0328 – I would expect the previous custom CSS to still be applied, have you reviewed your site in your browser console to see if it is still being applied, or what may be over-riding it now?

    Also, which specific custom CSS are you using? Did you add the !important directive?

    Thanks!

    – Cais.

    losiak

    (@losiak)

    I’ll post under this topic. There is the same situation. Until version 2.1.49 i was using a code .ngg-gallery-thumbnail img:hover{background-color:#F76A0C} to change the color of the image backgroud.
    In newer versions this code isn’t working. With !important neither.

    I tried this code: .ngg-gallery-thumbnail img:hover {border: solid #F76A0C !important;} and it works but effect is similar but not the same.

    The difference between “working” and “not working” is a version of NextGEN Gallery only. Nggallery.css is applied in both cases.

    Plugin Contributor photocrati

    (@photocrati)

    @losiak – Thanks for sharing!

    – Cais.

    losiak

    (@losiak)

    @photocrati Thanks for watching this topic ??

    But…Is there any chance to back it (this previous code) to work? Or another way (another statement) to change only background?

    Jac

    Plugin Contributor photocrati

    (@photocrati)

    @losiak – We did make a change in what elements are used for styling the thumbnails, it may be a case that you will need to re-review your current custom CSS and adjust for the latest release’s structure.

    In the past this was generally related to the use of the img selector in the custom CSS definitions.

    Thanks!

    – Cais.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hover color change not working after update’ is closed to new replies.