Home › Forums › ArileWP Pro › Front page configurations and page templatesThis topic has 12 replies, 2 voices, and was last updated 1 year, 2 months ago by themearile.Viewing 13 posts - 1 through 13 (of 13 total)AuthorPosts March 20, 2024 at 10:16 pm #39716 Sonya EdmondsParticipantDoes 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 themearileKeymasterHi SonyaThanks 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 EdmondsParticipanthttp://www.sonyamichelle.com March 29, 2024 at 6:57 am #39723 themearileKeymasterHi SonyaPlease 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 EdmondsParticipantwhat will adding this code do? April 12, 2024 at 6:56 am #39737 themearileKeymasterHi SonyaAfter 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 EdmondsParticipantGreat. 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 themearileKeymasterHi SonyaOk please live the service page so we can provide you the code for this.Thanks April 17, 2024 at 8:34 pm #39748 Sonya EdmondsParticipantOk. 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 EdmondsParticipantHi 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 themearileKeymasterHi SonyaPlease 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 EdmondsParticipantThank 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 themearileKeymasterHi SonyaOk for this you can use this code.If you have any queries please let us know.ThanksAuthorPostsViewing 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 inLog In Log in / Register