Background color…

Home Forums Calendar Products Events Calendar PRO Background color…

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1342580
    Caleb Summerfelt
    Participant

    Hi!

    First, please forgive me, I do not know CSS, so this could be a major problem.

    How hard is it to override the set background image to a solid color for the event page? I have attached two images showing my problem.

    Thank you in advance!
    Caleb

    #1342710
    Victor
    Member

    Hi Caleb! 🙂

    Thanks for reaching out to us! I’d be happy to help you with that.

    Try placing the following CSS snippet into your theme’s styles.css file. You can also try adding it by using the WordPress customizer by going to your wp-admin > Appearance > Customize > Additional CSS 

    #tribe-events-content table.tribe-events-calendar {
    background-color: #fff;
    }

    Let me know if that works for you.

    Best,
    Victor

    #1342713
    Caleb Summerfelt
    Participant

    Hi Victor!

    Thank you for replying!

    I just tried adding the CSS, after saving the changes, refreshing the page… unfortunately it didn’t work 🙁

    Yikes!
    Caleb

    #1343030
    Victor
    Member

    Hi Caleb!

    I’m sorry, the code I gave you will only change the month view background. Try the following code instead:

    #tribe-events-content {
    background-color: #ffffff;
    }

    That one is more generic and will apply to all the calendar views. Does is work for you? 🙂

    Best,
    Victor

    #1343921
    Caleb Summerfelt
    Participant

    Hi!

    This worked perfectly, thank you so much!

    Caleb

    #1343934
    Victor
    Member

    Hi Caleb!

    I’m glad that helped! Thanks for following up to let us know about it.

    I’ll close this now, but feel free to open a new topic if anything comes up and we’d be happy to help 🙂

    Good luck with your project!

    Best,
    Victor

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background color…’ is closed to new replies.