Hey guys 🙂
I currently use a workaround with the way text links are styled through out my site.
So excluding:
– Buttons
– Main Menu
– Footer menu
a.pl {
border-bottom: 1px #2DA0F3 dotted;
}
a.pl:hover {
border: none;
color: #2DA0F3;
}
This is how my code looks like, currently assigning links with a ‘pl’ class. I want to stay DRY, and I’m trying to find the right classes that X theme is using throughout the theme for text links.
Hope this makes sense,
Chris