Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Not possible to change color of links

  • I tried changing the link text / buttons, hoverlinks, etc. to white via the customizer, but it still appears green. It seems like I can’t alter the link text. Can someone assist me?”

  • Hi there,

    can you share a link to where i can see the issue ?

  • Hi there, Yes of course and thank you David,
    The text is green, it sould be white…

    Hope you can help me out 🙂

  • Go to the Customizer > Colors > Content and set the Link color there.
    For those buttons they are using custom HTML and CSS ie.

    
    .buy-button {
                padding: 20px 40px;
                background-color: #FF5733; /* Neon rood */
                color: white;
                font-size: 20px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
                transition: background-color 0.3s;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: bold;
                box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3); /* Schaduw toegevoegd */
                position: absolute;
                bottom: 20px;
                right: 20px;
                text-decoration: none;
            }
    

    give the color: white; some !important ie color: white !important;

  • You re amazing!!

  • Glad I could be of help

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