Font Size: Tagline and Quote

  • Posted in : Readme
  • khanhta
    Participant

    Hello,

    I would like to learn how to change the font size for quoted and taglined texts on body paragraph.

    I’m doing some analysis and would like the referenced texts to be slightly smaller than normal.

    Website: http://wingman.vn/articles/

    Thanks

    serkan
    Moderator

    Hi,
    You can use this custom css code; ( default is 1em )

    .tagline { font-size: 0.8em; }

    Thanks

    khanhta
    Participant

    Thanks for the quick response serkan.

    To follow up on my original question, what about

    1) Decrease the quoted text’s font size? Right now how big the font is looks a bit out of place for me

    2) Matching bulleted and indexed text’s size with standard paragraph font. Default setting makes them look smaller and different.

    Cheers

    serkan
    Moderator

    Hi,
    You can use these custom css code;

    @media screen and (min-width: 768px) { blockquote { font-size: 1.8em; } }
    ol, ul { font-size: 1.2em }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register