• Resolved jpaispisco

    (@jpaispisco)


    Customizing the Blue Planet Theme. I could change the font type in the css file bootstrap.min.css for the posts and page content, changing from Helvetica Neue to Lucida.

    I want also to change regular paragraph size but no clue. I changed the font size in the same file front 14px to 16 px, but paragraph content keeps small.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Nilambar Sharma

    (@rabmalin)

    Try this
    `#main article .entry-content { font-size:16px;}’

    Thread Starter jpaispisco

    (@jpaispisco)

    Tried but it only works on tags
    li and ul not paragraph.
    If you paste the page to word. The tags above display a font type: inherit
    The text inside paragraph display the font Lucida Sans in 12 pt.
    It seems that the p is no inherited for some reason.

    Thread Starter jpaispisco

    (@jpaispisco)

    Problem solved. just deleting some trials i did before with the css.
    `#main article .entry-content { font-size:16px;}’

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font size for paragraph p’ is closed to new replies.