Hi, my test site is at http://divatime.dytnet.ca How can I disable the blog section (at the bottom) where it says "Show your latest posts?"
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_content .feature_content_inner:nth-child(2) { display: none; } This will solve your issue.