Link problem on the impact theme

Hello,

I would like to remove the round circle on my links. Do you know how to do it?

1 Like

Hi @slims1

Could you share your store URL along with the password if there is one? I will help you.

@slims1 can you please share your website link?

MERCI POUR VOTRE AIDE

voici le lien
ce problème rond est sur toutes les collections

MERCI POUR VOTRE AIDE
voici le lien
ce problème rond est sur toutes les collections

Hi @slims1

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file theme**.css** and add this code snippet to the end of the file

.collection-card__content-wrapper>svg {
    display: none !important;
}

If it’s helpful, please like and mark it as a solution, thank you

1 Like
  • Here is the solution for you @slims1
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.collection-card:hover .collection-card__content+svg {
        display: none !important;
    }
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

THANK YOU SO MUCH
do you offer your services? I would like to have your contact for the continuation of my site.

1 Like