Customize calendar title

Home Forums Calendar Products Events Calendar PRO Customize calendar title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1325941
    stephen nash
    Participant

    Hello,
    I’d like to know how I can customize titles (color, capital letters and size) for my calendar views.
    I don’t mean each event’s title but the main title. (ex: “Events for September 2017)
    I’ve been able to customize wording (ex: my own title rather than “events for”) but I can’t figure out how to change its appearance
    Thank you!

    #1326214
    Jennifer
    Keymaster

    Hi Stephen,

    Thanks for reaching out!

    You can adjust this by targeting the “tribe-events-page-title” class using CSS. You can add this to the Additional CSS area under Appearance > Customize (if you have one) or in your child theme’s style.css sheet (of course changing the values to whatever you’d like!):

    .tribe-events-list h2.tribe-events-page-title {
    /* Change these values to whatever you'd like! */
    color: #bc8b0a;
    font-size: 35px;
    text-transform: uppercase;
    }

    Let me know if you have any questions!

    #1327209
    stephen nash
    Participant

    wonderful. Thank you so much for your help.

    #1327271
    Jennifer
    Keymaster

    No problem at all!

    Since this thread has been marked “resolved”, I’ll go ahead and close it out. Please feel free to open a new one if you have any further questions!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customize calendar title’ is closed to new replies.