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.
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.
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;
}
Thank You !!!