I like the featured items on the home page. I like it so much that I woud like to have a second row with three featured items. I also would like the featured text to disappear, so that only the feature headings, images and links are left over. Questions: Which code do I have to enter in the front-page.php and where to get a second row of three featured items on my homepage? How can I get rid of the Feature Description text of all items? When I delete the text, unfortunately a placeholder text is coming instead. http://www.presenteerjezelfonline.nl/bizzy/
Hello, It need customization work to add three featured area, you have customize on front-page.php file and also you have to change the CSS, so you have to call freelancer to do that. And we are sending you the code to hide the description of the featured area, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .main-content .page-item p { display: none; } This will solve your problem. Thanks.