No link for icon
-
I have added a facebook link icon in my header menu using the advanced menu properties with the “CSS Classes” box checked creating a custom link and pointing that to my installed url image. I can see the “href” for the icon in the code when I right click and choose “inspect”, but there is no reaction when I hover the mouse over the icon. What am I missing here? I’m using this for my css code in simple custom css:
`.menu-facebook {
text-indent: -9999px;
background-image: url(https://bagelsnbeyond.terilyongraphics.com/blog/wp-content/uploads/2016/12/facebook-icon.jpg) !important;
background-repeat: no-repeat !important;
margin-left: 300px !important;
width: 50px;}
.menu-facebook a:hover {
background: #f5f5f5 !important;
}.menu-facebook {
float: right;
width: 50px;
height: 50px;
margin: 0px;
}
- The topic ‘No link for icon’ is closed to new replies.