Hi
Try insert the following under Appearance > Custom CSS (Vantage Premium) or in your own Custom CSS plugin (Simple Custom CSS or Jetpack Custom CSS) for Vantage Free:
/* Home */
.home .entry-content h3 {
text-align: center;
}
.home .entry-content ul {
text-align: center;
}
OR for a different look use this instead:
/* Home */
.home .entry-content h3 {
text-align: center;
}
.home .entry-content ul {
list-style: none;
margin-left: 0;
text-align: center;
}
Thank you so much. Any idea on how to remove the bullet points?
Sorry, Just seen the second css sorts this out. Thanks so much for your help.
Super, glad to hear that helped.