How to change color of my link on my paiement page?

Hi,

I want to change the color of all my link on my paiement page (Icon and texte).
I dont find the option or the code for it so i asking you some help pls.

Theme : Impact
Link : https://www.easydoors.fr/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUhaRzBOWUhNQURCRDVBMEdITVgyREtUMA?adm…

Password : Astrostore

Dear @Matys_hfn ;

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

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

Step 2: Search for the file base.css, theme.css, styles.css or theme.scss.liquid. And add this code snippet to the end of the file.

.s2kwpi2 {
  color: black !important;
}

In this step, you can change color as you want. In example, I choose “black”.

Step 3: Save your code and reload this page.

=>> The result:

I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.

Have a nice day sir!

Hi @Matys_hfn ,

Have you solved your problem yet?

No its doesnt work…

Hi @Matys_hfn ,

I have thoroughly checked the customized CSS/scripts and discovered that the cause lies in the customizations being made on the Shopify checkout page.
Shopify does not allow editing, embedding, or interfering with the checkout page due to user information security reasons.

You can tried this way:

  1. Go to Admin > Settings > Checkout > Customize:

  1. Scroll down and change the color of accent from previous color to color #1878B9 (or other colors as you want):

  1. Save and reload page checkout :

We hope my suggestions will solved your issue in this time.

If it is helpful, can you kindly give us many likes and mark the solution for us?

This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.

Have a nice day, sir!