Increase size of date and time on M.E. Calendar

Is there simple css code that i can use to increase the font size of the date time and location on the MEC calendar?

I also had one other question. When we put in events sometimes the images show up in a 16x9 format other times they show up in a 1x1 format. Do you know what the differentiating factor is or how we can force them to all be 16x9 rather than 1x1?

Hello @bcoplin,

Thanks for writing in!

Using your browser’s Development Tool, you can check the live HTML code and find which CSS selector you need to use or what CSS code has been used to style the page.

Check out this video demonstration:

In your case, you will have something like this:

We can get the class mec-events-abbr and use it in a custom CSS like the example below:

.mec-events-abbr {
    color: red;
}

The code above is just an example and not the exact resolution to your issue. You may use it as a guide only.

Be advised that Custom Coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

I dont understand how this effects the ratio of the images.

Hey There,

Did you manage to see the change in the font size? It should not affect the images.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.