Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. To remove complete feature box use. Code: .feature_box { display: none; } To remove circle images from feature box use. Code: .feature_inner_box .circle { display: none; } To remove heading from feature box use. Code: .feature_inner_box h6{ display: none; } To remove text from feature box use. Code: .feature_inner_box p{ display: none; } Thanks & Regards Pramod