Changing Font Color of Tickets Module on Event Detail Page

Home Forums Ticket Products Event Tickets Plus Changing Font Color of Tickets Module on Event Detail Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1195570
    Kenneth
    Participant

    Hello,
    The Tickets module/section on our individual Events pages is displayed int eh same color font as the title bar background for the section to “Tickets” is illegible. See screenshots to visualize – one shows what users see, one shows the text is there but it’s hidden because it matches the color of the background.

    How can we fix this issue?

    #1195985
    Geoff
    Member

    Hi Kenneth,

    Welcome to the forums!

    You can try adding something like this to your theme’s style.css file or by using the Simple Custom CSS plugin to change the font color:

    .fusion-widget-area h2 {
    color: #fff !important; /* or whatever color you would like! */
    }

    Here is a screenshot of how that looks when I tested it on your site.

    Cheers!
    Geoff

    #1205889
    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 ‘Changing Font Color of Tickets Module on Event Detail Page’ is closed to new replies.