We recently installed the Animal WordPress Theme and have found that the functions to turn off certain sections of the theme don’t work, i.e. the section is still displayed although it is toggled to off in the settings
If you want to hide a section and it doesn’t work from “switch off button” you can do this little trick:
Go to Appereances>Personalize>Additional CSS and write this for every section that you want to hide:
section#example {display:none}