Hello,
I write this in
to get this:
And that's ok, that's what I wanted it to be
But when the link is not a text but an image i get this:
The image is displayed as text-link. How can i disable the custom CSS for image-link ?
Thanks !
I write this in
extra.less
template
CSS:
a.link.link--external {
background: rgb(245, 245, 245);
padding: 0 5px;
border: @xf-borderSize solid @xf-borderColorLight;
border-radius: 50px;
}
to get this:
And that's ok, that's what I wanted it to be
But when the link is not a text but an image i get this:
The image is displayed as text-link. How can i disable the custom CSS for image-link ?
Thanks !
Last edited: