Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
document.addEventListener('DOMContentLoaded', function() {
const serviceLink = document.querySelector('li.nav-item.dropdown > a');
if (serviceLink) {
serviceLink.addEventListener('click', function(e) {
// If the link is clicked, prevent the default dropdown behavior
window.location.href = serviceLink.href; // Go to the Services page
});
}
});
A WordPress CommenterNovember 18, 2024
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.