• Resolved badboyloveu1991

    (@badboyloveu1991)


    I want change font size,font family under title AZTEC CAMBODIA:”AZTEC SYSTEM is a technology services…..v.v”
    and change font size.font family above ‘read more’

Viewing 4 replies - 1 through 4 (of 4 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Can you send me a link to your website so I can help you style some CSS?

    Thread Starter badboyloveu1991

    (@badboyloveu1991)

    azteckh.com thank you

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    For the first one use this and enter it into your custom style css area, or go to appearance>editor and find style.css and enter these. Change the font size and families as you see fit.

    .center-title p {
         font-size: 13px;
        font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    and for the text above Read More:

    .content-box h4.h4-body-title {
         font-size: 16px;
        font-family: Cambria;
    }
    Thread Starter badboyloveu1991

    (@badboyloveu1991)

    thank you !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font-size and font-family’ is closed to new replies.