Change font on password lock modal

Viewing 8 posts - 1 through 8 (of 8 total)
#167421

Katie Moreno
Participant

Hi, I just need this font on the password lock popup to match the rest of my site, but I can’t find where this is dictated in the code. Please help!! ๐Ÿ™

https://drive.google.com/file/d/1MfalCb8-BfnrafAS8G09E-4RDimQ9iHH/view?usp=sharing

#167427

Humayon
Moderator

Hello @katiemoreno910,

Greetings and welcome.

To change the font on the password lock popup you have to change it via CSS code.

If you share the related page URL with me then I will try to provide you with the valid CSS.

Thanks

#167477

Katie Moreno
Participant

Hi – thank you! It is this page – the Downloads at the bottom: https://www.homelesstraining.com/replay-resources/

#167496

Humayon
Moderator

Hello there,

Thank you for the details.

You can change the font family by using the below reference CSS code.

.modal-content {
    padding-top: 36px !important;
    font-family: arial;
}

PS. Please note that we don’t provide support for custom code. I’ve added the code as a one-time exception. So, if the code above doesn’t work for you, I would suggest you contact our customization team.

With Regards

#167524

Katie Moreno
Participant

Thank you so much for the code snippet.

Unfortunately, that did not work. I added it to the Custom CSS section of the Elementor block. I am not sure why it wouldn’t work.

I can reach out to the customization team, but it seems odd that is modal doesn’t inherit the font I have dictated in the settings, or offer Style options anywhere. I love this plug-in in general, and use the Pro version on another site, but that doesn’t look to be an option in that version either. Kind of disappointing that requires custom work?

#167558

Humayon
Moderator

Hello there,

Have you tried after adding it to the customizer Additional CSS section?

Well, plugin, theme and builder styles are unique that’s why it’s not inherited.

If you are using the Pro version then please open a separate forum topic in the Pro support forum with the site login credentials so that we can check the issue in details and give you a better solution there.

Thanks.

#167595

Katie Moreno
Participant

Thank you. Just to clarify, you are referring to the Customizer of WordPress, right – Dashboard > Appearance > Customize? (Not Elementor…) I tried that as well, but it still doesn’t seem to have worked.

Originally, I was putting it in the Custom CSS box of the individual Elementor shortcode block, but I’ve also tried it in the column, row, even the entire page. Nothing seems to work. I have looked at the code with Chrome Developer tools to try other class selectors, and nothing works… ๐Ÿ™

No, I have the PRO version installed on another site. I was just referencing that, in case those styling options were available in the PRO version, but not the free version.

#167605

Humayon
Moderator

Hello there,

In this case please provide us with your admin login credentials in a private reply so that I can check them closely.

Also, which font family you are trying to implement? please let us know about it.

Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change font on password lock modal’ is closed to new replies.