• Resolved sksugden

    (@sksugden)


    When building a button in MaxButtons, I have the text color set to black (#000000), but when I put the button shortcode into my Pages text, it changes the font to white… It is only on 2 of my pages though, the other pages have the black text. Here is the link to my webpage with the white button text: https://suggyfitness.com/mobile-personal-training/.

    How can I get the button text to be black? Keep in mind I have zero css knowledge, and barely any HTML knowledge.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AlanP57

    (@alanp57)

    The theme is making the color white. Look for a Custom CSS section in your theme options (or you can install a plugin to add custom CSS) and add the following:

    .fl-builder-content .fl-node-59838669b508d a {
        color: #000;
    }

    See if that works, or it may need to be adjusted.

    Thread Starter sksugden

    (@sksugden)

    Never mind, I got it.

    Thanks again for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Color Changes in Pages’ is closed to new replies.