Hi,
It seems all the texts on my website with a hyperlink now have a long underline right after the text. See one of the examples in the screenshot below. I wonder why this happened and how can I fix this? Thank you!
sorry for that issue can you please share us store url
Please share your store URL.
thanks for URL, yes please add this code
.rte .text-link {
border-bottom: none;
}
something is missing
.rte .text-link:focus, .rte .text-link:hover {
border-bottom: 0px solid #1f60ac !important;
}
.rte .text-link{
border-bottom: 0px solid #1f60ac !important;
}
Thanks!
Now the line is not visible at all, but you will see the a huge gap/space right after the text with a hyperlink and it brings any text after it to the next line. Can this be fixed?