I would like to delete this particular section on my homepage called "Butterbelly Features". Here is a picture of what it looks like. I have no need for this section, therefore I would like to disable it.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_mid_content { display: none; } This will solve your issue.