0
Welcome Guest! Login
0 items Join Now

Quasar - How to change top menu font-size and color?

    • Kiko's Avatar
    • Kiko
    • Newbie
    • Posts: 1
    • Thanks: 0

    Quasar - How to change top menu font-size and color?

    Posted 15 years 1 month ago
    • Hi,

      I would like to change the font-size of the links in the top menu (RokNav menu) in Quasar template. I'd like to have the letters a little bit larger (say 110%) and with a diferent color (text and "capsule" over the selected item).

      I am using style 4.

      I´ have try to change it in diferent css files using firebug, but i did not have succes....

      Thanks.
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Quasar - How to change top menu font-size and color?

    Posted 15 years 1 month ago
    • In template.css:
      #rt-header ul li a span,
      #rt-header ul li .separator span {
           display: block;
           padding: 0 10px;
           height: 29px;
           line-height: 28px;
           margin-left: -8px;
           font-size: 14px;      <--------- modify
           color: #0ffffe;      <--------- add
           }
    • Yves

Time to create page: 0.049 seconds