How to delete the "Section Policies" from "About the journal"

Dear all,

we would like to remove the whole “Section Policies” from “About the Journal”.
How can we do so?

Thanks a lot,
kopi

There isn’t currently a way to do this via configuration currently, but the line you are looking for is:

If you knew for certain that every journal either had or didn’t have a Focus and Scope Description, you could alternatively
target this list item to be hidden by CSS:
#aboutPolicies > ul > li:nth-child(2)
or
#aboutPolicies > ul > li:first-child + li

Thanks a lot…!!!