Looks like your CSS is not syntactically correct there. It should read
.entry-content a {
border-bottom: 0 !important ;
}
You may also need to create or already have a ‘child theme’ of your theme so you can do a custom CSS stylesheet and override everything on your site. Check that out.