/* Mengatur hanya ukuran font judul untuk custom block PENGELOLA */
#customblock-people .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}

/* Mengatur hanya ukuran font judul untuk custom block KEBIJAKAN */
#customblock-aboutjournal .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}

/* Mengatur hanya ukuran font judul untuk custom block SUBMISSION */
#customblock-submission .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}

/* Mengatur hanya ukuran font judul untuk custom block STATISTIK */
#customblock-statistik .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}

/* Mengatur hanya ukuran font judul untuk custom block COUNTER */
#customblock-counter .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}

/* Mengatur hanya ukuran font judul untuk custom block INDEX */
#customblock-index .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}

/* Mengatur hanya ukuran font judul untuk custom block TOOLS */
#customblock-tools .title {
    display: none !important; /* Ganti sesuai kebutuhan */
}