Thread Starter
dame50
(@dame50)
Sorry about that, I found a way around it.
In featured-content.php I added after line 49 the following:
<a href="<?php echo get_permalink(); ?>"> [...]</a>
And it did the trick.
Regards,
Jose
Thread Starter
dame50
(@dame50)
It took me a while but I figure it out.
Since I wasn’t using the linked-in icon and because it has a very similar color scheme I replaced that with instagram.
For that in folder css I edited the custom.css file and replaced
content: ‘\f208’;
with the following
content: ‘\f215’;
To get the font codes just go to http://genericons.com
Regards,
Jose
Thread Starter
dame50
(@dame50)
Great, thanks for the reply. I’ll be waiting for that update