05.11.2021, 10:10
Hi,
is there a way to modify font size of menu icon? Thanks.
Thanks.
BR
is there a way to modify font size of menu icon? Thanks.
Thanks.
BR
|
Mosaic Beta: font size
|
|
05.11.2021, 10:10
Hi,
is there a way to modify font size of menu icon? Thanks. Thanks. BR
06.11.2021, 21:47
08.11.2021, 08:07
If you mean the left top icon (≡) then you can increase the size like this:
Code: .panels_left .panel-close span {
line-height: 55px;
vertical-align: middle;
}
.panels_left .panel-close .icon-menu {
font-size: 32px;
}
09.11.2021, 21:33
(08.11.2021, 08:07)admin Wrote: If you mean the left top icon (≡) then you can increase the size like this: Thank you Admin for your reply. I mean the font size of icon room listed in every floor page. Thanks.
10.11.2021, 07:07
Next time please post a screenshot so it's easier to understand what you want to change.
For room links use this: Code: .room-link {
font-size: 24px !important;
}
17.11.2021, 12:14
|
|
« Next Oldest | Next Newest »
|