No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Changing Font size inside q-input textarea

    Framework
    2
    3
    1071
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      amer1616 last edited by amer1616

      Im trying to change the font size inside q-input textarea component. class inside q-input seems not working… I tried to change it in the scoped style by selecting the class as the following:
      .q-input textarea{}
      It seems not working as well!!
      Any idea?!

      1 Reply Last reply Reply Quote 1
      • s.molinari
        s.molinari last edited by

        .q-textarea .q-field__native {
          font-size: 24px;
        }
        

        Change the font size to whatever you’d like.
        Scott

        A 1 Reply Last reply Reply Quote 2
        • A
          amer1616 @s.molinari last edited by

          @s-molinari thanks a lot 🙂
          ‘’’

          ‘’’

          1 Reply Last reply Reply Quote 0
          • First post
            Last post