" if i turn the color just white for the page, it wont be seen at all because of the blend mode."
The aim is not to have the site-title & navigation mix-blend-mode?
What happens to your page when setting the body background colour transparent?
body{ background-color: #0000ffff; }"Tried to use the slug way"
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
Based on the page or project's slug- you could reset the mix-blend-mode:difference
nav.primary{ mix-blend-mode:normal !important; } .sitetitle { mix-blend-mode:normal !important; }https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode
Talk soon ✨ Richardhttps://css-tricks.com/almanac/properties/m/mix-blend-mode/