Closed ThomasSeeker closed 2 years ago
Hey there,
just a minor thing: I use * {font-size: 18px !important;} but this changes both the font size in the quick-menu AND in the toolbar-menu simultaneously.
* {font-size: 18px !important;}
Is there a separate css selector for changing only the font size in the Quick-Menu?
Best Greetings, Thomas
Yeah, you can specify menu like this [data-menu="quickmenu"] * {font-size: 18px !important;}
[data-menu="quickmenu"] * {font-size: 18px !important;}
Options are quickmenu and searchbar
quickmenu
searchbar
Ah, wonderful! Thank you very much! :-)
No prob
Hey there,
just a minor thing: I use
* {font-size: 18px !important;}
but this changes both the font size in the quick-menu AND in the toolbar-menu simultaneously.Is there a separate css selector for changing only the font size in the Quick-Menu?
Best Greetings, Thomas