Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @rtummla,

    The icons used in the tables use Dashicons which can be modified using custom CSS.

    To change the icons, just modify the icon code for the :before selector like below:

    .dashicons-edit-large:before {
      content: "\f100";
    	color:red;
    }

    To identify an icon’s selector, you can use your browser’s inspector to identify an icon’s correct selector. You can find a guide here: Finding CSS Selectors in Your Browser

    Hope that helps! Let us know if you have other questions. ??

    Plugin Contributor Kim L

    (@kimmyx)

    Hi there,

    I’m going to mark this as resolved as we haven’t heard from you in a while.

    Feel free to create a new thread if you have other questions.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change icons add, relationship, delete all have same icon’ is closed to new replies.