Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1480061

    Hi
    the font sizes for normal bodytext:
    on pages : 13px
    on posts: 16px
    on portfolio-elements: 19px

    How?

    mfg
    m.

    #1480356

    May i have an answer?

    #1480429

    Hi,

    We cannot help you out unless you link to examples of what you are referring to.

    Best regards,
    Rikard

    #1480473

    Hi
    the font sizes for normal bodytext SHOULD BE:
    on pages : 13px
    on posts: 16px
    on portfolio-elements: 19px

    How DO I DO THIS?

    Better?

    • This reply was modified 4 days, 2 hours ago by MarcusJeroch.
    #1480605

    May i have an answer, please?

    #1480651

    you have on those post-types different classes on body tag ( or #top).
    so you can differ by :
    #top.page
    #top.single-portfolio
    #top.single-post

    so try:

    .responsive #top.page  {
      font-size: 13px !important;
    }
    .responsive #top.single-post {
      font-size: 16px !important;
    }
    .responsive #top.single-portfolio  {
      font-size: 19px !important;
    }
    #1480666

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.