DaraghLally
Member
Posted 3 years ago #
Hi All,
After much tweaking, I've got my business site live at http://www.maximise.ie
One small problem: look at the logo, and you'll see that there's a line under it. This is only displaying in Firefox and IE, but not Chrome (I haven't tested in Safari or Opera).
Anyone know how can get rid of this line?
Thanking you in advance.
ClaytonJames
Member
Posted 3 years ago #
The dashed line?
look in custom.css, this line:
a { color: #000;
border-bottom: 1px dashed #000;
text-decoration: none;
}
I think 1px dashed is the source of your line.
DaraghLally
Member
Posted 3 years ago #
Brilliant! That's it - thanks very much.
ClaytonJames
Member
Posted 3 years ago #