WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: Nav menu slanted block effects, by Justin Hi Lisa, not sure if this will work since I can’t see your site’s source, but if you are skewing a parent element negatively, maybe you could just skew the text inside positively? Otherwise you could look at using the clip-path property, something like this: .login-link { -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); } Hope that helps! Reply To: Nav menu slanted block effects