• Resolved vastdesign

    (@vastdesign)


    Hi, is there an option to have it show up on a dark website? Also, when we click on an event, it says Page not found.

    • This topic was modified 9 months, 3 weeks ago by vastdesign.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Darian

    (@d0153)

    Hi @vastdesign

    Thanks for reaching out.

    I tried visiting one of your events, and it’s loading correctly on my end. Are you still having a “Page not found” issue? If so, could you provide the URL of that event, please?

    Also, as for making your calendar to blend with dark themed websites, you can try adding the following CSS:

    .tribe-common-l-container, .tribe-events-l-container, .tribe-common-l-container.tribe-events-l-container, .tribe-events-pg-template{
    background-color: rgba(0,0,0,0) !important;}

    You can add it to Appearance > Customize > Additional CSS.

    After that, you can adjust the text color of your events by going to Appearance > Customize > The Events Calendar > Global Elements and updating the font colors to your preference.

    Let me know how it goes.

    Thread Starter vastdesign

    (@vastdesign)

    Hi Darian, thank you for your help. I did what you suggested and it fixed the main page but not the single event page: https://rockthe789s.com/date/the-villages/

    Plugin Support tristan083

    (@tristan083)

    Hi @vastdesign ,

    Thank you for your message, and I’m sorry to learn of the continued difficulties.

    Kindly try appending the following CSS to see if it alleviates the situation.

    .single-tribe_events .tribe-events-back a, .single-tribe_events .tribe-events-back a:visited, .single-tribe_events .tribe-events-single-event-title {
    color: rgba(0,0,0,0) !important;
    }
    .single-tribe_events .tribe-events-pg-template {
    background-color: unset !important;
    }
    Thread Starter vastdesign

    (@vastdesign)

    Sorry that didn’t change anything.

    Plugin Support Darian

    (@d0153)

    Hi @vastdesign

    Please try following and let us know:

    .single-tribe_events .tribe-events-back a, .single-tribe_events .tribe-events-back a:visited, .single-tribe_events .tribe-events-single-event-title,
    .single-tribe_events .tribe-events-cost, .single-tribe_events .tribe-events-single-section-title {
    color: rgba(255, 255, 255) !important;
    }
    Thread Starter vastdesign

    (@vastdesign)

    How do we have a white background for the single event page? https://rockthe789s.com/date/the-villages/

    Plugin Support Darian

    (@d0153)

    Hi @vastdesign

    You can add the following CSS:

    .single-tribe_events .tribe-events-pg-template{ 
    background-color: white !important;
    }

    Just make sure you remove the custom CSS you previously added for single events page.
    I hope this helps. Let me know how it goes.

    Plugin Support Darian

    (@d0153)

    Hi there,

    It looks like we haven’t heard back from you in a while, so I’ll go ahead and close this thread for now.

    If you still need assistance, feel free to reopen this thread or start a new one

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Dark Site Styles’ is closed to new replies.