Change color of body text and 'add to card button'

Home Forums Ticket Products Event Tickets Plus Change color of body text and 'add to card button'

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1353912
    Suzanne Maessen
    Participant

    Hello,

    How can I change the color of the body text (the name of the input fields such as first name)?
    How do I change the text and background color of the ‘add to card’ button?

    This is my ticket page:
    http://www.holyhillrun.nl/tickets

    I can’t seem to use the customizer.

    Best,

    Suzanne

    #1354569

    Hi Suzanne,

    Thanks so much for reaching out!

    In order to change the background color and text color of the Add to Cart button, you can add something like this to your Customizer or to your child theme’s CSS stylesheet:

    button.tribe-button {
    color: blue;
    background: red;
    }

    To change the color of the body text, you can try something like this:
    .tribe-events-tickets .tickets_description {
    color: red;
    }

    I hope this helps, let me know how it goes!

     

    Thanks,

    Jaime

    #1364736
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change color of body text and 'add to card button'’ is closed to new replies.