How do I remove hyperlink underlines and change the link blue colour to a custom colour?
This is for text in a column, but ideally would like this across the whole store. I’ve looked for other solutions but can’t find a fix for Studio.
Thank you in advance!
saintdante.co.uk
As you can see the column i’m struggling with as it’s showing as white and underlined (i think i might have ruined the coding on the link section base.css
)
This is the coding currently on the base.css
.link,
.customer a {
cursor: pointer;
display: inline-block;
border: none;
box-shadow: none;
text-decoration: none;
text-underline-offset: none;
color: #797164
background-color: transparent;
font-size: 1.4rem;
font-family: inherit;
}
.link–text {
color: #797164
}
.link–text:hover {
color: #797164
}
thank you! where in the base.css do i add this?