Home › Forums › ArileWP Pro › Front page configurations and page templates This topic has 12 replies, 2 voices, and was last updated 1 year, 1 month ago by themearile. Viewing 13 posts - 1 through 13 (of 13 total) Author Posts March 20, 2024 at 10:16 pm #39716 Sonya EdmondsParticipant Does the same information have to be featured on both your front page and on your page templates. For instances, if on the front page under services I have ” A, B, and C. Can I have D, E, F on the actual page template or are they always linked? March 21, 2024 at 7:06 am #39717 themearileKeymaster Hi Sonya Thanks for contacting us. Please share your site URL so we can take a look and provide you better solution. Thanks March 28, 2024 at 2:57 pm #39722 Sonya EdmondsParticipant http://www.sonyamichelle.com March 29, 2024 at 6:57 am #39723 themearileKeymaster Hi Sonya Please add the CSS code below in the Additional Css box. body.home .theme-services-content .col-lg-4:nth-child(n+4) { display: none; } Let us know if it works for you. Thanks April 12, 2024 at 12:26 am #39736 Sonya EdmondsParticipant what will adding this code do? April 12, 2024 at 6:56 am #39737 themearileKeymaster Hi Sonya After adding this code, only three services will be displayed on your site’s home page. Thanks April 16, 2024 at 4:43 pm #39741 Sonya EdmondsParticipant Great. This was helpful. If possible, I would like 4 services to be displayed on my home page (the first 4 in the list), and 3 services to be listed on my services page if possible (the last 3 on the list). April 17, 2024 at 6:42 am #39744 themearileKeymaster Hi Sonya Ok please live the service page so we can provide you the code for this. Thanks April 17, 2024 at 8:34 pm #39748 Sonya EdmondsParticipant Ok. I have made my services “packages” page live. Could you actually have 6 on the main page show, and only the last 3 on the services page show please. April 18, 2024 at 7:49 pm #39754 Sonya EdmondsParticipant Hi there. I have made my packages page live now. I would like the first 6 services to show on my main/home page, and only the last 3 services to show on my “services” page. April 19, 2024 at 6:10 am #39755 themearileKeymaster Hi Sonya Please also add the below css code in the Additional CSS box. body.page-template-service-one .theme-services-content .col-lg-4:nth-child(-n+6) { display: none; } Let us know if it works for you. Thanks April 19, 2024 at 6:32 am #39757 Sonya EdmondsParticipant Thank you. I am currently using the code below to show only the first three services on my main page. I would like the first 6 to show instead of just the first 3. body.home .theme-services-content .col-lg-4:nth-child(n+6) { display: none; } April 23, 2024 at 10:40 am #39758 themearileKeymaster Hi Sonya Ok for this you can use this code. If you have any queries please let us know. Thanks Author Posts Viewing 13 posts - 1 through 13 (of 13 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Log in / Register