• Dear WP Dev Shed People,

    Thanks for this nice theme! I’m using BIG PIX in a blog and I’m facing the following problem.

    Using Customizer, I could change the Button and link Color Scheme to purple. In my contact page, however, the button continues in yellow, as you can see here:

    https://emesdefatima.com/micas/?page_id=20043

    Could you help me to fix that?

    Thanks in advance!
    Marco

Viewing 1 replies (of 1 total)
  • Theme Author WP Dev Shed

    (@wpdevshed)

    Hello, Try adding this css code,

    button, html input[type=button], input[type=reset], input[type=submit] {
        background: #7700aa;
        color: #fff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Theme color’ is closed to new replies.