I would like to remove the titles of the three column feature area and fix it so that the images that are shown in the three column feature area are flush with the slider, meaning there is no space between the slider and the images. I would also like to change the background color of this area to an image.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-page-wt-thumb-container.gallery h1 { display: none; } .feature-page-wt-thumb-container { margin-top: 0px; } .feature-page-wt-thumb { background: url("/images/fp-thumb1.jpg"); } Use image URL which you want to use in background. Thanks & Regards Pramod Patel