I’ve seen the previous post about adding social media icons. Using this post I’ve add the following:
.social-widget a[href*="tripadvisor.co.uk"]::before,
.social-navigation li a[href*="tripadvisor.co.uk"]::before {
content: '\f262';
}
but I can’t see that the code had any effect. What am I missing?
I added this:
.social-menu-widget a[href*="tripadvisor.co.uk"]::before {
content: '\f262';
and it works… I’m confused.