Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outlook Mac Version 16.84.2 #57

Open
MostExcellent11 opened this issue May 14, 2024 · 0 comments
Open

Outlook Mac Version 16.84.2 #57

MostExcellent11 opened this issue May 14, 2024 · 0 comments

Comments

@MostExcellent11
Copy link

This version appears to be different than Outlook Mac 16. Within version 16.84.2 version there is a revert to Outlook Legacy option as well. Litmus only provides testing for Outlook Mac 16.

I used a fix that I found at: to be able to target Outlook Mac 16, worked great! Consequently the work-around targeted the Outlook Legacy version as well, but not version 16.84.2. While I could not test this, a co-worker tested it and reported this to me. Below is the code that I used to target Outlook Mac 16.

<style> [id="x_lessBold"]{ font-weight: 500 !important; } _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root .body:not(.Singleton) #lessBold { font-weight: 500 !important; } </style>

/********** Placed class="body" within the body tag /
/
Placed id="lessBold" at designated places in template **********/

Do you guys know of any way to target this specific version (Outlook Mac 16.84.2)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant