Jump to content

Links without any funktion


Recommended Posts

Hi,

 

I upgraded 1.5.0.0 to 1.6.0.8 and at the bottom of Front Office I got inscriptions "Information" and "Follow us". The inscriptions act as links when you put pointer over, but when you click, nothing happens.

 

How I can fix this error?

post-29199-0-88459400-1404371169_thumb.png

Link to comment
Share on other sites

Actually it happens, when your site is viewed from mobile device, click on those links reveals module.

I view it from normal PC with Windows 8.1.

Yes, links to f, g+, etc. works as they should. I just do not like "Information" and "Follow us" delusiveness.

Link to comment
Share on other sites

in your styles you've got cursor:pointer;

.footer-container #footer h4 {
font: 600 18px/22px "Open Sans",sans-serif;
color: white;
margin: 0 0 13px 0;
cursor: pointer;
}

this causing all of this, in fact - it's not a links, just css styles are changing cursor design when hovering mouse on h4 item

you have to remove this (cursor:pointer) form css styles

Link to comment
Share on other sites

in your styles you've got cursor:pointer;

.footer-container #footer h4 {
font: 600 18px/22px "Open Sans",sans-serif;
color: white;
margin: 0 0 13px 0;
cursor: pointer;
}

this causing all of this, in fact - it's not a link, just css styles are changing cursor design when hovering mouse on h4 item

you have to remove this (cursor:pointer) form css styles

Thank you.

Yes, I know, it is not a link. I just do not like it visually acts as a link.

And I really do not like manually modify the code.

Link to comment
Share on other sites

×
×
  • Create New...