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

    Change Height of Q-Toolbar and Styling Q-Select Label

    Help
    3
    4
    838
    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.
    • F
      fadhilradh last edited by fadhilradh

      Hi

      I want to change the height of the top toolbar so it become shorter. I am having 2 q-toolbars while the bottom has inset property

      d08044d7-23a3-4d27-a7b1-c5faa811fa69-image.png

      Also I want to make the label for Q-Select become bold and change its font size.

      How to achieve these two things ?

      Thanks

      dobbel fdlmhmd29 2 Replies Last reply Reply Quote 1
      • dobbel
        dobbel @fadhilradh last edited by dobbel

        @fadhilradh

        You can use chrome debugger to fiddle with the css. If you want better support please create a codepen.io to demonstrate your issue.

        1 Reply Last reply Reply Quote 0
        • fdlmhmd29
          fdlmhmd29 @fadhilradh last edited by

          @fadhilradh said in Change Height of Q-Toolbar and Styling Q-Select Label:

          Hi

          I want to change the height of the top toolbar so it become shorter. I am having 2 q-toolbars while the bottom has inset property

          d08044d7-23a3-4d27-a7b1-c5faa811fa69-image.png

          Also I want to make the label for ‘Kategori’ become bold and change its font size.

          How to achieve these two things ?

          Thanks

          Hello, has your problem been resolved? If not, follow the instructions below.

          Change Q-Toolbar Height
          Read again the documentation about CSS Spacing Classes here.

          For instance:

          <q-toolbar class="q-pt-sm" />
          

          pt is Padding Top and sm is Small.

          Change the Font Thickness
          Read again the documentation about Typography here.

          For instance:

          <q-toolbar-title class="text-weight-medium" />
          

          Also, as @dobbel said, try to create a demonstration of the problem on Codepen for better support.

          Good luck, hope it helps.

          1 Reply Last reply Reply Quote 0
          • F
            fadhilradh last edited by fadhilradh

            Thanks for your answers @dobbel @fdlmhmd29

            I have resolved my problem for the height of Q-toolbar

            as for your answer @fdlmhmd29 :

            For instance:
            <q-toolbar-title class=“text-weight-medium” />

            My problem is not the styling of toolbar title but the styling of Q-select label.
            You can refer to my screenshot.
            I want to change its font color, size and weight

            So far I have tried to edit css via Chrome’s dev tool but i’m not able to accomplish it yet

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