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!
]]>In WordPress, each menu item has an unique css #id selector. Use that in your css code instead of a class selector.
Thank you
]]>