Comment to 'Code to center all titles in Artificer '
  • If you want to put the code in Designer>Injections:

    <style>
    /* --- Titles align --- */
    .bx-db-header .bx-db-title {
        text-align: center;
    }
    </style>