products title link disable
Mon Jun 24 2024 12:32:25 GMT+0000 (Coordinated Universal Time)
Saved by
@Promakers2611
.wd-entities-title a {
pointer-events: none; /* Disable pointer events on the anchor tag */
text-decoration: none; /* Remove underline (if present) */
color: inherit; /* Inherit text color from parent */
}
.wd-entities-title a:hover {
cursor: default; /* Set default cursor on hover (optional) */
}
content_copyCOPY
Comments