• Resolved ldyan13

    (@ldyan13)


    How do you change the color of the CTA background and the text?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CryoutCreations

    (@cryout-creations)

    You can change that by changing the accent colors from the customizer. The first CTA button however always has a white border. You can however change that with a bit of custom CSS:

    a.staticslider-button:first-child {
        border-color: #C00;
        background: #000;
        color: #C00;
    }

    Good luck!

    Thread Starter ldyan13

    (@ldyan13)

    Thank you!

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