Events Calendar Pro and Woo Tickets Font Color

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro and Woo Tickets Font Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #351628
    Scott
    Participant

    Hi I am using a WooCommerce Compatible theme called Flawless the theme has a dark background with light or white text. On this page: http://www.ausanorthtexas.org/event/2014-golf-classic/ the event page with ticketing enabled – the ticketing part has added a white background to the site and you cannot see the white font on the white background. I tried your suggestion from a former post (https://tri.be/support/forums/topic/body-font-color-white/) about changing the font colors and it worked – however it made the font at the top black as well and then I could not see the text in the event portion of the page. Is there someway to remove the white background completely and just have the default theme background? Maybe this is a question for the Wootickets guys, but I thought I would start here first.

    Thanks for your assistance.

    #361447
    Barry
    Member

    Hi!

    You may wish to set up a custom tribe-events.css stylesheet – this would basically live within your theme (wp-content/themes/YOUR_THEME/tribe-events/tribe-events.css) and the following snippet should remove the white background:

    .single-tribe_events #tribe-events-content form.cart, 
    .single-tribe_events #tribe-events-content div.cart {
        background: inherit;
    }

    You may want to augment this with further rules to make other bits of text more legible:

    #tribe-events-content .cart td.tickets_name,
    #tribe-events-content .cart td.tickets_price {
        color: white;
    }

    Does that help? Please also note you can find more details about setting up a tribe-events.css stylesheet in our Themer’s Guide 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Events Calendar Pro and Woo Tickets Font Color’ is closed to new replies.