Hiya Is it possible to remove the area that I have shaded in the image I've attached? (I tried to insert image using the Insert image icon, but it wouldn't work, so I've attached the image instead). If so, how can I do this? Thank you.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-info { display: none; } .page-container .content-line { display: none; } .pikachoose { margin-bottom: 50px; } You can adjust the value of "margin-bottom" as per your requirement.