0
Welcome Guest! Login
0 items Join Now

increase font size for only search input box

    • kriru's Avatar
    • kriru
    • Hero Rocketeer
    • Posts: 351
    • Thanks: 0

    increase font size for only search input box

    Posted 7 years 1 month ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: increase font size for only search input box

    Posted 7 years 1 month ago
    • Please invest some time in learning to use Firefox Inspector or one of the other browser developer tools - it's well worth the time.

      Use this code...
      #mod-search-searchword {
          font-size: 1.2rem;
          line-height: normal;
          height: auto;
      }
      This is how to create a custom CSS compatible with Gantry 4...

      http://docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet




      Regards, Mark.
    • Last Edit: 7 years 1 month ago by MrT.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • kriru's Avatar
    • kriru
    • Hero Rocketeer
    • Posts: 351
    • Thanks: 0

    Re: increase font size for only search input box

    Posted 7 years 1 month ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: increase font size for only search input box

    Posted 7 years 1 month ago
    • Use this code...
      .gf-menu .item1509 .dropdown .modules .module-content, .gf-menu .item1509 .dropdown .modules {
        padding: 0 0 !important;
      }
      .gf-menu .item1509 .dropdown, .gf-menu .item1509 .dropdown .col1{
        width: 170px !important;
        text-align: right
      }


      New questions = new topics now please to be fair to other members.



      Regards, Mark.
    • Last Edit: 7 years 1 month ago by MrT.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.041 seconds