Custom CSS for Event Title in Month View
-
Hi,
In our month calendar view, I would like to change just a few CSS items for the Month Title. I read through your website support and I found the “tribe-events-full.min.css” includes these options:
h3.tribe-events-month-event-title { font-size:13px; }
h3.tribe-events-month-event-title a { font-size:100%; }I created the “tribe-events.css” for my custom code and I entered this:
h3.tribe-events-month-event-title { text-decoration:underline; }
h3.tribe-events-month-event-title a { color: #002E52; font-size:80%; }When I publish, my “tribe-events.css” settings do not seem to overwrite the code in the default file. The new Color and Underline settings display correctly, but these 2 options are not included in the default file code. However, the Font-Size which is in the default file code will not change.
If I change the Font-Size to 80% in the default file: “tribe-events-full.min.css” it displays correctly, but I know we should not update that file directly. When I add the new Font-Size 80% to the custom code file, it does not overwrite the original code.
- The topic ‘Custom CSS for Event Title in Month View’ is closed to new replies.