Site logo

Archived topic

Button hover text not visible

3 replies · Started by scometamus on March 14, 2023

Viewing posts 1–4 of 4

Dear GP-Support team,

as seen in attached URL, hovering over the buttons makes the text color not change. I did set this up in the button settings though and also in the Wordpress editing backend everything is shown correctly. However, as soon as I view the page in the frontend, the text color does not change.

What am I doing wrong here?

Thanks in advance!

Hello there,

Can you remove the color you set for links on hover on Appearance > Customize > Content > Link?

Then just add this through Appearance > Customize > Additional CSS:

.inside-article a:not(.gb-button):hover {
    color: var(--base-3);
}

Hi Ferndando, thanks!

Resetting the link color in the customiser already worked. Didn't need to add the css.

I see. Glad it's resolved now!

This archived topic is closed to new replies.