LinkedIn hyperlink not active
I have added two social links in the front page of the following page
[Links visible only for registered users]
but the one hyperlink is not working. If you do an "inspect element" on the linked-in icon you will see that the hyperlink have been assigned. However when hovering the link seems as it is not there.
I also tried to use a custom social icon with the respective link but again it is not working.
Any ideas?
Thank you.
Comments
[Links visible only for registered users]
I inspect the linkedin icon element and I am getting :
<ul class="social"><li class="twitter"><a target="_blank" href="[Links visible only for registered users]" title="Twitter"><i class="icon-twitter"></i></a></li><li class="linkedin"><a target="_blank" href="[Links visible only for registered users]" title="LinkedIn"><i class="icon-linkedin"></i></a></li></ul>
Which seems normal, however on hovering over the linkedin icon there is no hyperlink
#Header_creative:not(.active) #Action_bar {display: none;
}