Is there a way to add css to match my other site heading fonts?
I’m not sure which Heading font it’s pulling but it’s more bold than all my other headlines
The weight on it is a bit different
Is there a way to add css to match my other site heading fonts?
I’m not sure which Heading font it’s pulling but it’s more bold than all my other headlines
The weight on it is a bit different
Hi there, @kanaka
Could you please send me a link to the page where your widget is installed? I’ll be happy to help
Absolutely - VAV Home - Veterans for All Voters
Thanks! The font weight of your website’s headings is 500. Here is the CSS code to apply the same font weight to the calendar’s title:
.eapp-events-calendar-events-calendar-title {
font-weight: 500;
}
Try it out and let me know if it helped