• Closed
  • SriSri
    Spectator
    01.09.2014 at 16:56 #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
    02.09.2014 at 18:15 #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
    06.09.2014 at 14:23 #12787

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