Jessica Paxton
asked 10 years ago

How do I remove the permalink pop up window that appears when hovering over must read article links in drop down menu?

1 Answers
DominicStaff
answered 10 years ago

Hi Jessica !
To remove the permalink pop up window that appears when hovering over must read article links in drop down menu, you can open the functions.php file. Find the line 913. Replace the following code: 

<div class="topnews-title"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_title(); ?> </a></div>

With new code:  

<div class="topnews-title"><a href="" title=""> <?php the_title(); ?> </a></div>

Hope this helps !

Powered by DW Question & Answer Pro