Hello, How to reduce gap between pages? See attached How to remove header on other pages? See attached Is it possible to have background image on homepage only?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li { margin-right: 0px; } .page_heading_wrapper { display: none; } body.home { background: url(Enter your backgrond image URL address here); } This will solve your issue.