Change font size, line height, ecc…

  • Posted in : Responsy WP
  • Enricomaggio
    Participant

    Hi
    I’m trying to change post font size and line height.
    I’m looking in css/main.css file but I can’t find the exact piece of code. I changed body { font-size: 13px; line-height: 1.429; text-align: left; } but nothing appened.
    Can you help me?
    Thank’s

    ahmetsali
    Keymaster

    Hi, you can use the custom css code below;

    p { font-size: 13px; line-height: 1.429; text-align: left; }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.