• Hi all,

    I have a trouble, i cant find how to change font color and color of hover effect in nextgen gallery. Anyone has such an experience? how to change that orange/brown color to normal black?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi aleksejsla,

    I suggest contacting NextGen gallery’s support at?https://www.ads-software.com/support/plugin/nextgen-gallery/ to get help.

    All the best!


    Moderator bcworkz

    (@bcworkz)

    Looks like you got the black part as you wanted, but the hover color is white so the caption essentially disappears on hover. There should be a global hover color setting similar to how you achieved the black color. You can change the color there. If you want to keep the global white hover color and only change the hover color of this particular gallery, you could add the following CSS to the Additional CSS section of the customizer or style book.

    .elementor-kit-9 a:hover {
        color: red;
    }

    You may specify any color you wish in place of “red”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NextGen gallery font color’ is closed to new replies.