Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

Remove link from categories in Grid Extended Layout

If you want to remove link from Grid Extended layout in Divi Blog Extras, use the following code snippet in your Divi Theme Options Custom CSS area.

.et_pb_post_extra.el_dbe_grid_extended .post-categories a {
pointer-events: none;
}

The above code reference could be used for removing the link from other layouts as well.