I run a store that uses the Narrative theme.

Hi there.

I run a store that uses the Narrative theme.

I have created a profile card, but there is a strikethrough above the link icon.

Is it possible to remove it?

I have confirmed that the link is working.

It’s at the bottom of the site.

https://photopri.com/blogs/photolog/photosize

1 Like

@Yuta_M

Please add this code at the bottom of theme → edit code → assets → theme.scss.liquid file.

.rte .writer-profile-card a:not(.image-link)::after {
    border-bottom: 0px !important;
}
1 Like

Thank You !!!