I'm editing a tumblr theme and inserted 3 links in the header. However when I inserted these links a dotted line appeared below and I can not remove it. How could I remove them in CSS?
Apparently this is a border. Just do this in CSS in the correct element:
border: none;
If it is not border it can be text-decoration , put the value of none transparent for him that can solve.