Layout of datalist page

Hi all,

I would like to allow the user to maintain a datalist but I would like to hide the datalist name in the datalist item list page. Is it possible to hide the datalist name since our naming conversion is quite odd for users?

image

Hi Andy, you can use application level custom css to hide the list title.

.list-views-menus .list-views-title { display: none}

image

Hi Frank

Thanks for your information.

I add the CSS you provided in Custom CSS of Application Setting in several applications but it does not work

Best regards,
Andy

Hi Frank

I add “!important” to the end of CSS you provided and then it works

Thanks a lot

Best regards,
Andy

The previous writing was overwritten due to different order of CSS loading. The following works also.

.ak-content-list .list-views-menus .list-views-title { display: none}

Hi Frank,

Thanks a lot

It works now

Best regards,
Andy