Colouring Permalink texts

I’ve been trying to color my permalinks texts but anytime I use the a{ colour} on my WooCommerce custom it’ll affect the whole website including the buttons and others, but I don’t want that, what I want is just the linked texts such as phone number, emails, internal links and such as that…to be coloured.

So please is there any help how I can do that?

I’m looking to receive help. Thanks!

a { stuff } will affect all links (they are not permalinks, that’s something else entirely).
.specific-class a { stuff } will affect only that class of link.
Use Chrome Inspector to find the classes, and style your links more specifically.
This is pretty basic stuff, I’d recommend you go through some guides on CSS.