I have a number of questions I need help with

Home Forums Calendar Products Events Calendar PRO I have a number of questions I need help with

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1336961
    Lorenzo Bonds
    Participant

    1.) How do I change the color of my calendar from red to black?
    2.) How do I remove the search bar? There is no need for what I’m doing and when I clicked on disable search bar in the settings it did not do anything.
    3.) How do I start the monthly calendar with Sunday instead of Monday?
    4.) I put the list format to show up on mobile but it still shows the monthly calendar. Please help.

    #1337659
    Jennifer
    Keymaster

    Hi Lorenzo,

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

    1. If you go under Appearance > Customize > The Events Calendar, you will see some options for changing the colors on your calendar. This article has some helpful tips on styling, and you could also make the changes with CSS by following these instructions.
    2. To remove the search bar entirely, you can add the following CSS to the Custom CSS area under Appearance > Customize (if you have one) or in the style.css file of your child theme:
    3. div#tribe-events-bar {
      display: none;
      }

    4. You can change the week start day under Settings > General (note this is your general WordPress settings section, not your event settings)
    5. This could be related to a theme/plugin conflict, so I would recommend doing some conflict testing to determine if this is the case. You can also try adjusting the Default stylesheet used for events templates and Events template settings under Events > Settings > Display to see if that makes a difference. Alternatively, you can also add this snippet to the functions.php file of your child theme to redirect mobile users to the list view.

    Please let me know how that works for you!

    Thanks,

    Jennifer

    #1347257
    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 ‘I have a number of questions I need help with’ is closed to new replies.