Hi everyone,
I’m starting in Bricks and realize I don’t need all of the control options for the different elements.
I found this page which explains that options can be removed via bricks/setup/control_options: https://academy.bricksbuilder.io/article/filter-bricks-setup-control_options/
In the Controls (Developer) topic, there also are explanations on filtering out unwanted options with the exclude parameter, here for example: https://academy.bricksbuilder.io/article/background-control/
The thing is, I have no idea how to implement these lines of code. I tried adding them to the child theme’s functions.php which didn’t work. In which file/area should they be added? Does a php code exist with the full list of control options, with an easy way to show/hide them in the builder? I would love some help.
I am hiding some control options with Custom Builder mode CSS, which works for most but not all control options are in a [data-controlkey=" "] format. For some I have only found some nth-child() paths for CSS, which inevitably hide other controls too.
Thanks for your time!
Jimmy