Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }
    Thread Starter 1393jason

    (@1393jason)

    Thank you so much. Any idea on how to remove the bullet points?

    Thread Starter 1393jason

    (@1393jason)

    Sorry, Just seen the second css sorts this out. Thanks so much for your help.

    Super, glad to hear that helped.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Center text’ is closed to new replies.