Is there a way to disable the hyperlink for Category Titles? We want users to navigate categories and blogs withOUT clicking on the Category Title. (see screenshot attached)
body #eb.eb-view-categories.eb-layout-listings .eb-category-name.reset-heading a {
pointer-events: none;
}
body #eb.eb-view-categories.eb-layout-default .eb-categories .eb-category-name.reset-heading a {
pointer-events: none;
}
body #eb.eb-view-categories.eb-layout-default .eb-categories .eb-category-subs a {
pointer-events: none;
}
body #eb.eb-view-latest.eb-layout-default .eb-post-category a {
pointer-events: none;
}