Hi,
I’ve created my own button (in addition to the default one) which i use to put affiliate links in however after changing them all on my site i realise that it would be best to add the links as ‘no follow’. Is there something i can put in to the additional css to make the button link automatically ‘no follow’?
The current code i have is
.button.see-prices,
.button.see-prices:visited {
background: #53b848;
color:#FFF;
}
.button.see-prices:hover,
.button.see-prices:active {
background: #22cd77;
color:#FFF;
}
Is this possible?
Thanks