[Resolved] Change Desktop body font size

Home Forums Support [Resolved] Change Desktop body font size

Home Forums Support Change Desktop body font size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1395219
    Fernando

    Hi team,

    I want to change the body font size only for the desktop version. When I change it, It cahnges in tablet and mobile version as well.

    I´m sorry because i´ve found a topic like this, but It´s from 2018 and I don´t know if there´s a new solution. Can I have the CSS for body desktop fontsize?

    THANK YOU SO MUCH!

    #1395226
    Fernando

    Could be like this?


    @media
    (min-width: 1025px) {
    body {
    font-size: 16px;
    }
    }

    It´s working for me. Is this the right solution?

    THANK YOU

    #1395234
    David
    Staff
    Customer Support

    Yes thats a correct solution 🙂

    #1395258
    Fernando

    Thank you David, for your interest 🙂

    #1395355
    David
    Staff
    Customer Support

    You’re welcome

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