Site logo

[Resolved] Button hover text not visible

Home Forums Support [Resolved] Button hover text not visible

Home Forums Support Button hover text not visible

  • This topic has 3 replies, 2 voices, and was last updated 3 years ago by Fernando.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2567900
    scometamus

    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!

    #2567914
    Fernando
    Customer Support

    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);
    }
    #2568350
    scometamus

    Hi Ferndando, thanks!

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

    #2569197
    Fernando
    Customer Support

    I see. Glad it’s resolved now!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.