• Closed
  • SriSri
    Spectator
    September 1, 2014 at 4:56 pm #12700

    How do I change the font, font color and font size of the content in the Front Page Content Boxes?

    Roman
    Spectator
    Posts: 3147
    September 2, 2014 at 6:15 pm #12711

    use in the Custom CSS for example:

    .content-box p {
    color: #333;
    font-size:15px;
    font-family:arial;
    }

    modify per your needs

    SriSri
    Spectator
    Posts: 10
    September 6, 2014 at 2:23 pm #12787

    Thanks Roman. Everything worked except the font color would not change. How do I changed it?