How to reduce font size in grid view
-
My site is in dev mode so I can’t provide a URL that’ll work for you, and I’ve seen several similar questions in this support forum, but the answers are always different. It seems the huge font size of the title of events in the main calendar grid view are a result of it using the h3 tag, which is being sized by the WordPress theme. I tried adding the following code snippet in Appearance > Customize > Custom CSS, but that did not work:
#primary .page .entry-content .mc-main h3 {
font-size: 0.8em;
}That code is where I deducted that the h3 tag is at play here. Is this being governed different from one WordPress theme to another, or is there a way to edit it somewhere? I’m using the Astra Theme.
- The topic ‘How to reduce font size in grid view’ is closed to new replies.