Question 1: Is there any way to remove the date on top of a service page?
Question 2: I like to show the name of the service but not 5 words of the description. How do I remove the description of a service on the home page?
1. For services post page date remove you have to follow below steps
Go to Dashboard >> Appearance >> Customizer >> General configuration >> Postpage Date Settings
(a) click on Hide Post Date button.
(b) click on publish button.
2. For Home page description remove, you have to added following css
#featured-post-section .featured-post-box .featured-data p {display:none;}