Override hyperlink styling (Narrative theme)

I am trying to change all of this hyperlinked text to #000000 with no underline. I can’t seem to find the CSS attribute that is making this happen. https://verseau.world/pages/stockists2

1 Like

@studiotrue

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
a {
    color: #000;
    text-decoration: none;
}
1 Like

Thank you so much @KetanKumar !

1 Like

@studiotrue

its my pleasure to help us