Hi sancarlosflightcenter
You could remove the link in the file functions.php in the “files” folder.
Line 5 and 36
🙂
Morten
jquery ver.
$(' .news__list' ).click(function(e) {
e.preventDefault();
});
No answer … I think we’re done here 🙂
Hi there,
It looks like the news items are linked again. I didn’t change anything. Do you have any ideas? Thanks!
Change
$(' .news__list' ).click(function(e) {
e.preventDefault();
});
to
$(' .simple-news-item-link' ).click(function(e) {
e.preventDefault();
});
I don’t see that located in the functions.php file. Should I be looking somewhere else?
Hi, thank you. Is that in the /files directory? I can’t seem to find it. Thanks again.
No in your theme’s javascript file or similar
I couldn’t find that bit of code in the .js file. I was able to do it with some CSS