MEC Calendar font weight/color

Hi there,

Trying to get the font-weight and color to match the rest of the site, but I can’t find the settings for that. https://prnt.sc/p4tadt

I was able to change the font to PROMPT, but the weight and color are too much. I would like it to be #494744, but it is just showing as thick and black. https://prnt.sc/p4tctm

Any help here would be appreciated! :slight_smile:

Hello @tkcostello,

Thanks for writing in!

Please take a look at the reply posted in following thread:

Additionally, you can also you following CSS under X/Pro > Theme Options > CSS:

 .mec-wrap .mec-single-title {
    color: #494744;
    font-weight: 800;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

That worked great for this! Is there some CSS that would also lighten the H5 within the posts? https://prnt.sc/p4y7ap

Hello @tkcostello,

Thanks for updating the thread. :slight_smile:

Can you please share website URL for us to take a closer look? I tried checking your profile and as you have multiple licences its difficult for me to make out the website in question here.

Thanks.

https://waysidechapel.org

Hello @tkcostello,

Please use this code to resolve the h5 font weight issue:

.mec-wrap h5,
.mec-wrap h5 strong{
    font-weight: 400 !important;
}

Please let us know if this works out for you.

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