Hello, im wondering if there's a way to make default hyperlinks? i really don't like this effect I would like to have the typical default one, where can i find those options? Thanks in advance
Hello Brivium, thanks for the quick reply, so i tried what you said and i got this. ( any idea of how to remove the why area ? like the shadow Thanks!
You can find on your template following code Code: .emCtrl:hover, .emCtrl:focus, .ugc a:hover, .ugc a:focus { text-decoration: none; box-shadow: 5px 5px 7px #CCCCCC; outline: 0 none; } And remove box-shadow: 5px 5px 7px #CCCCCC; Regards,