How can I change the link colour in the Brooklyn theme?

Hi all, all of my links on product and collection pages just appear as regular paragraph text. I’d like to be able to change the link colour to purple, or underline it, or something to make it stand out. Can anyone point me to where I can go or how I can alter site code to do this please?

https://moodymabel.com

Many thanks

Phil

1 Like

Hi @moodymabel , go to edit code > theme.scss.css and add this:

.template-collection .grid-product__meta{
color:#9937E0!important;
}

Change this value ‘#9937E0’ with the colour you’d like, I’ve just chose random purple colour.

Thank you for the reply. I do not have that file to edit. I have looked in all of the folders - where is it usually?

Kind regards

Phil

Can you take a screenshot of assets folder so I can see which files you have?