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)?
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)?