Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[data-template="forum_list"] .p-body-header { display: none; }
[data-template="forum_list"] .p-title-pageAction { display: none; }
[data-template="forum_list"] .p-title-value { display: none; } [data-template="forum_list"] .p-title-pageAction { margin-left: auto; }
Thank youNo option, you can just do some simple CSS for it.
Hide title + buttons on forum list:
Code:[data-template="forum_list"] .p-body-header { display: none; }
Hide just the buttons on the forum list:
Code:[data-template="forum_list"] .p-title-pageAction { display: none; }
Hide just the title on the forum list:
Code:[data-template="forum_list"] .p-title-value { display: none; } [data-template="forum_list"] .p-title-pageAction { margin-left: auto; }
You'll put the CSS inside extra.less
Thank you
Is it something you consider to add as a config in your framework oneday?